-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
42 lines (42 loc) · 1022 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
35
36
37
38
39
40
41
42
{
"name": "fuse-box-vue-seed",
"version": "1.0.0",
"description": "Start your Vue.js project with FuseBox",
"main": "index.js",
"scripts": {
"start": "node ./fuse.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fuse-box/fuse-box-vue-seed.git"
},
"keywords": [
"fuse-box",
"vue",
"vue.js",
"TypeScript"
],
"author": "devmondo",
"license": "MIT",
"bugs": {
"url": "https://github.com/fuse-box/fuse-box-vue-seed/issues"
},
"homepage": "https://github.com/fuse-box/fuse-box-vue-seed#readme",
"dependencies": {
"prismjs": "^1.15.0",
"vue": "^2.5.16",
"vue-router": "^3.0.1",
"vuetify": "^1.0.19"
},
"devDependencies": {
"fuse-box": "^3.3.0",
"node-sass": "^4.9.0",
"opn": "^5.3.0",
"postcss-selector-parser": "^5.0.0-rc.3",
"typescript": "^2.9.2",
"uglify-js": "^3.4.1",
"vue-hot-reload-api": "^2.3.0",
"vue-template-compiler": "^2.5.16",
"vue-template-es2015-compiler": "^1.6.0"
}
}