-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.03 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.03 KB
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": "vegetables",
"version": "1.1.0",
"description": "",
"main": "index.js",
"dependencies": {
"chart.js": "^2.7.1",
"moment": "^2.20.1",
"vue": "^2.5.9",
"vue-chart-js": "^1.4.1",
"vue-material": "^1.0.0-beta-4",
"vue-momentjs": "^0.1.1",
"vuejs": "^2.0.6"
},
"devDependencies": {
"css-loader": "^0.28.7",
"file-loader": "^1.1.5",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.7.1",
"sass-loader": "^6.0.6",
"scss-loader": "0.0.1",
"style-loader": "^0.19.0",
"vue-loader": "^13.5.0",
"vue-template-compiler": "^2.5.9",
"webpack": "^3.8.1",
"webpack-cli": "^2.1.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deivan/vegetables.git"
},
"author": "Ivan Demenkov",
"license": "MIT",
"bugs": {
"url": "https://github.com/deivan/vegetables/issues"
},
"homepage": "https://github.com/deivan/vegetables#readme"
}