-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 949 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
{
"name": "hao123",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run parcel",
"parcel": "NODE_ENV=production parcel build index.html --public-url ./",
"dev": "parcel index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jguang/hao123.git"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"less": "^3.0.1",
"nodemon": "^1.15.1",
"parcel-bundler": "^1.6.2",
"parcel-plugin-vue": "^1.5.0"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jguang/hao123/issues"
},
"homepage": "https://github.com/jguang/hao123#readme",
"dependencies": {
"vue": "^2.5.16"
}
}