-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 889 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
{
"dependencies": {
"echarts": "^4.1.0",
"js-base64": "^2.4.5",
"js-md5": "^0.7.3",
"linkstate": "^1.1.1",
"mui": "^0.0.1",
"preact": "^8.2.9"
},
"devDependencies": {
"chalk": "^2.4.1",
"cross-env": "^5.1.6",
"glob": "^7.1.2",
"node-sass": "^4.9.0",
"parcel-bundler": "1.8.1",
"postcss": "^6.0.22",
"postcss-svgo": "^2.1.6",
"shelljs": "^0.8.2",
"typescript": "^2.8.3"
},
"name": "h5-app",
"version": "0.0.1",
"description": "h5+ parcel preact typescript",
"main": "script/main",
"scripts": {
"test": "node parcel.config.js",
"start": "cross-env NODE_ENV=production node parcel.config.js",
"create": "node scripts/create.js"
},
"author": "lixiaolin <lixiaolin_23@foxmail.com>",
"license": "ISC"
}