-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
33 lines (33 loc) · 960 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
{
"name": "fis-vuejs-seed",
"version": "1.0.0",
"description": "a vue project boilerplate",
"main": "fis-conf.js",
"scripts": {
"start": "fis3 release -cd ./dist && fis3 server start --www dist --no-daemon",
"serve": "fis3 server start --www dist --no-daemon",
"build": "rm -rf dist && fis3 release -cd dist",
"dev": "rm -rf dist && fis3 release -cwd dist",
"release": "rm -rf dist && fis3 release prod -cd dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ygtzz/fis-vuejs-seed.git"
},
"keywords": [
"vue"
],
"author": "ygtzz",
"license": "MIT",
"bugs": {
"url": "https://github.com/ygtzz/fis-vuejs-seed/issues"
},
"homepage": "https://github.com/ygtzz/fis-vuejs-seed#readme",
"dependencies": {
"vue": "^1.0.26",
"vue-router": "^0.7.13",
"vuex": "^1.0.0-rc.2",
"vuex-router-sync": "^2.1.0"
}
}