-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 990 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "bullet-journal-2",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"emotion": "^10.0.27",
"fp-ts": "^2.5.4",
"io-ts": "^2.2.1",
"react": "^16.13.1",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-dom": "^16.13.1",
"uuid": "^8.0.0"
},
"scripts": {
"build": "webpack --config prod.config.js",
"watch": "webpack --watch --config dev.config.js",
"start": "webpack-dev-server --no-inline --config dev.config.js",
"typecheck": "tsc --noEmit",
"typecheck:watch": "tsc --noEmit --watch"
},
"devDependencies": {
"source-map-loader": "^0.2.4",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"@types/uuid": "^7.0.3",
"ts-loader": "^7.0.2",
"typescript": "^3.8.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
}
}