-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.25 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
41
42
43
44
45
{
"name": "vue.js",
"version": "0.0.1",
"description": "Sistema de contas a pagar.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"babel": "babel src --out-dir dist --watch",
"sass": "node-sass ./src/sass -o ./dist/css",
"sass:w": "node-sass ./src/sass -o ./dist/css -w",
"start": "webpack-dev-server --progress"
},
"author": "Elton Luis Kolling",
"license": "ISC",
"dependencies": {
"materialize-css": "^0.97.7",
"vue": "^1.0.28",
"vue-resource": "^0.9.3",
"vue-router": "^0.7.13"
},
"repository": {
"type": "git",
"url": "[email protected]:eltonlk/contas-vuejs.git"
},
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-core": "^6.18.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"node-sass": "^3.10.1",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue-hot-reload-api": "^1.3.3",
"vue-html-loader": "^1.2.3",
"vue-loader": "^8.5.3",
"vue-style-loader": "^1.0.0",
"webpack": "^1.13.2"
}
}