~dricottone/noticable

ref: 85f0b97796392a165b90bb4510e866b51c6b36fc noticable/package.json -rw-r--r-- 472 bytes
85f0b977Dominic Ricottone initial try with webpack 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "noticable",
  "description": "A bad notes app",
  "author": {
    "name": "Dominic Ricottone",
    "email": "me@dominic-ricottone.com"
  },
  "version": "0.0.1",
  "license": "GPL-3.0",
  "dependencies": {
    "css-loader": "^5.0.1",
    "file-loader": "^6.2.0",
    "monaco-editor": "^0.21.2",
    "monaco-editor-webpack-plugin": "^2.0.0",
    "style-loader": "^2.0.0",
    "ttf-loader": "^1.0.2",
    "webpack": "^5.10.1",
    "webpack-cli": "^4.2.0"
  }
}