forked from hackforla/brigade-project-index-statusboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.78 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
{
"name": "brigade-project-index-statusboard",
"version": "1.0.0",
"description": "Brigade Project Index Status Board",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node -r esm server.js",
"update-cache": "node -r esm updateCacheTask.js",
"heroku-postbuild": "webpack -p",
"watch": "webpack --watch",
"build": "webpack",
"server": "node -r esm server.js"
},
"author": "Nikolaj Baer",
"license": "MIT",
"dependencies": {
"@octokit/rest": "^16.43.1",
"autoprefixer": "^9.7.6",
"axios": "^0.19.2",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-preset-es2015": "^6.24.1",
"bson": "^1.1.4",
"d3": "^5.16.0",
"d3-composite-projections": "^1.3.2",
"esm": "^3.2.25",
"express": "^4.17.1",
"express-sslify": "^1.2.0",
"github-api": "^3.3.0",
"jszip": "^3.4.0",
"lodash": "^4.17.15",
"mem": "^5.1.1",
"memjs": "^1.2.2",
"node-gzip": "^1.1.2",
"octokit": "^1.0.0-hello-world",
"popper.js": "^1.16.1",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"toml": "^3.0.0",
"vue-gtag": "^1.6.2",
"webpack": "^4.43.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"bootstrap": "^4.4.1",
"css-loader": "^3.5.3",
"file-loader": "^4.3.0",
"html-webpack-plugin": "^3.2.0",
"jquery": "^3.5.0",
"node-sass": "^4.14.0",
"style-loader": "^0.23.1",
"topojson": "^3.0.2",
"us-atlas": "^3.0.0",
"vue": "^2.6.11",
"vue-cli": "^2.9.6",
"vue-loader": "^15.9.1",
"vue-mapbox": "^0.4.1",
"vue-router": "^3.1.6",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.3.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}