-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 897 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
{
"name": "Todolist",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "parcel index.html",
"dist": "rm -rf dist/* && parcel build index.html"
},
"author": "xuejian.xu",
"license": "MIT",
"dependencies": {
"antd": "^3.1.6",
"axios": "^0.17.1",
"babel": "^6.23.0",
"babel-plugin-import": "^1.6.3",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"classnames": "^2.2.5",
"iscroll": "^5.2.0",
"lodash": "^4.17.5",
"mobx": "^3.4.1",
"mobx-react": "^4.3.5",
"node-sass": "^4.7.2",
"parcel-bundler": "^1.5.1",
"qs": "^6.5.1",
"react": "^16.2.0",
"react-dom": "^16.2.0"
}
}