-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
{
"name": "parcel-vue-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nwa2018/parcel-vue-demo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nwa2018/parcel-vue-demo/issues"
},
"alias": {
"page": "./src/page"
},
"scripts": {
"dev": "parcel serve ./index.html --open -p 4567 --out-dir dist --no-cache",
"build": "parcel build ./index.html --out-dir public --no-cache"
},
"homepage": "https://github.com/nwa2018/parcel-vue-demo#readme",
"dependencies": {
"babel-plugin-runtime": "^1.0.7",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"page": "^1.8.6",
"parcel-bundler": "^1.7.1",
"vue": "^2.5.16",
"vue-hot-reload-api": "^2.3.0",
"strict-uri-encode": "^2.0.0"
},
"devDependencies": {
"@vue/component-compiler-utils": "^1.0.0",
"babel-core": "^6.26.0",
"pug": "^2.0.3",
"stylus": "^0.54.5",
"vue-template-compiler": "^2.5.16"
}
}