forked from mozilla-frontend-infra/firefox-health-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.8 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
{
"name": "platform-health-dashboard",
"version": "0.0.1",
"description": "Project Platform Health",
"scripts": {
"build": "neutrino build",
"start": "neutrino start",
"start:local": "BACKEND=http://localhost:3000 neutrino start",
"lint": "neutrino lint",
"precommit": "lint-staged",
"heroku-postbuild": "neutrino build"
},
"lint-staged": {
"*.js": [
"neutrino lint"
]
},
"author": "Harald Kirschner <npm@digitarald.com> (http://digitarald.de/)",
"license": "MPL-2.0",
"dependencies": {
"@fortawesome/fontawesome": "^1.1.4",
"@fortawesome/fontawesome-free-solid": "^5.0.8",
"@fortawesome/react-fontawesome": "^0.0.17",
"aggregatejs": "^0.0.5",
"classnames": "^2.2.5",
"d3": "^4.10.0",
"lodash": "^4.17.2",
"metrics-graphics": "^2.10.1",
"moment": "^2.19.3",
"moment-business": "^3.0.1",
"numeral": "^2.0.4",
"prop-types": "^15.5.10",
"query-string": "^5.0.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-hot-loader": "^3.1.3",
"react-metrics-graphics": "^1.0.2",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2"
},
"devDependencies": {
"@neutrinojs/airbnb": "^8.1.1",
"@neutrinojs/mocha": "^8.1.1",
"@neutrinojs/react": "^8.1.1",
"css-mqpacker": "^6.0.1",
"husky": "^0.14.3",
"lint-staged": "^7.0.0",
"mocha": "^4.0.1",
"neutrino": "^8.1.1",
"postcss-css-variables": "^0.7.0",
"postcss-cssnext": "^2.11.0",
"postcss-custom-properties": "^5.0.2",
"postcss-import": "^9.1.0",
"postcss-loader": "^1.3.3",
"postcss-nested": "^1.0.0",
"postcss-reporter": "^3.0.0",
"postcss-simple-extend": "^1.0.0",
"postcss-simple-vars": "^3.0.0"
},
"main": "index.js",
"repository": "git@github.com:mozilla/firefox-health-dashboard.git"
}