-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
68 lines (68 loc) · 1.97 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "solar-scorecard",
"version": "0.1.0",
"private": true,
"description": "Solar Scorecard project: track Fort Collins renewable/solar energy goals.",
"main": "index.js",
"scripts": {
"build": "webpack -p",
"start": "webpack-dev-server",
"publish-gh-pages": "npm run build && node publish-gh-pages.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeForFoco/solar-scorecard.git"
},
"author": "Code for Fort Collins",
"engines": {
"node": ">=8.12.0",
"npm": ">=5"
},
"license": {
"type": "MIT",
"url": "https://github.com/CodeForFoco/solar-scorecard/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/CodeForFoco/solar-scorecard/issues"
},
"homepage": "https://github.com/CodeForFoco/solar-scorecard#readme",
"dependencies": {
"chart.js": "^2.6.0",
"mustache": "^2.3.0",
"vue": "^2.5.13",
"vue-material": "^1.0.0-beta-8"
},
"devDependencies": {
"ajv": "^6.1.1",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"clean-webpack-plugin": "0.1.18",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "0.28.10",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.9",
"gh-pages": "^1.2.0",
"html-loader": "0.5.5",
"html-webpack-plugin": "2.30.1",
"node-sass": "^4.9.3",
"prettier": "^1.13.4",
"resolve-url-loader": "^2.3.0",
"sass-loader": "6.0.6",
"style-loader": "^0.20.2",
"uglifyjs-webpack-plugin": "1.2.2",
"vue-loader": "^14.1.1",
"vue-router": "^3.0.1",
"vue-style-loader": "^4.0.2",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.11.0",
"webpack-dev-server": "2.11.1"
}
}