-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.12 KB
/
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
37
38
39
40
41
{
"scripts": {
"watch": "webpack --mode=development --watch",
"build": "webpack --mode=production",
"lint:fix": "eslint './src/**/*.{ts,tsx,js}'"
},
"devDependencies": {
"@types/react": "^16.9.2",
"@types/react-beautiful-dnd": "^11.0.3",
"@types/react-dom": "^16.8.5",
"@types/styled-components": "^4.1.18",
"css-loader": "^3.1.0",
"html-webpack-inline-source-plugin": "^0.0.10",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.12.0",
"prettier": "^1.18.2",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"url-loader": "^2.1.0",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6"
},
"dependencies": {
"@atlaskit/css-reset": "^5.0.6",
"@mdi/js": "^4.1.95",
"@mdi/react": "^1.2.1",
"immer": "^3.2.0",
"random-color": "^1.0.1",
"react": "^16.8.6",
"react-beautiful-dnd": "^11.0.5",
"react-dom": "^16.8.6",
"react-easy-state": "^6.1.3",
"react-select": "^3.0.4",
"styled-components": "^4.3.2",
"uuid": "^3.3.3",
"validator": "^11.1.0"
},
"license": "MIT"
}