-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 881 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
{
"name": "vuejs-totaljs-project",
"version": "1.0.1",
"description": "",
"main": "./main.js",
"scripts": {
"test": "webpack --progress --watch & node release.js",
"dev": "webpack --progress --watch & node debug.js",
"build": "webpack --progress"
},
"registry": "github",
"repository": {
"type": "git",
"url": "https://github.com/edutucci/vuejs-totaljs-project.git"
},
"dependencies": {
"total.js": "^2.4.0",
"vue": "^2.1.10",
"vue-router": "^2.2.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"css-loader": "^0.26.1",
"file-loader": "^0.10.1",
"vue-loader": "^10.3.0",
"vue-template-compiler": "^2.1.10",
"webpack": "^2.2.1",
"webpack-browser-plugin": "^1.0.20"
}
}