-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 957 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
37
38
{
"name": "webflow-like dsl",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server",
"ts": "./node_modules/.bin/tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^12.12.5",
"antd": "^3.25.0",
"bem-cn": "^3.0.1",
"core-decorators": "^0.20.0",
"ramda": "^0.26.1",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"uuid": "^3.3.3"
},
"devDependencies": {
"@types/ramda": "^0.26.33",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.3",
"css-loader": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.1.2",
"source-map-loader": "^0.2.4",
"ts-loader": "^6.2.1",
"typescript": "^3.6.4",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
}
}