-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
26 lines (26 loc) · 990 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
{
"name": "vue-ratchet",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/ccjoe/vue-ratchet.git",
"author": "sfliu <[email protected]>",
"scripts": {
"start": "cross-env NODE_ENV=development cross-env-shell parcel index.html --open -d dist/$NODE_ENV/",
"example": "cross-env NODE_ENV=production cross-env-shell parcel build index.html --public-url /dist/example -d dist/example/ --no-source-maps --no-cache --detailed-report",
"build": "cross-env NODE_ENV=production cross-env-shell parcel build src/index.js -d dist/build --no-source-maps --no-cache --detailed-report"
},
"license": "MIT",
"devDependencies": {
"@vue/component-compiler-utils": "^2.1.1",
"cross-env": "^5.2.0",
"cssnano": "^4.0.5",
"node-sass": "^4.9.2",
"vue-template-compiler": "^2.5.17"
},
"dependencies": {
"vue": "^2.5.17",
"vue-hot-reload-api": "^2.3.0",
"vue-router": "^3.0.1",
"vue-touch": "^2.0.0-beta.4"
}
}