-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.15 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
{
"name": "wolfbeacon-dashboard",
"description": "This React app aggregates all the API data and presents it in a visually pleasing form.",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/wolfbeacon/wolfbeacon-dashboard.git"
},
"license": "GPL",
"version": "0.1.0",
"private": true,
"dependencies": {
"auth0-lock": "^11.0.0",
"axios": "^0.17.1",
"bluebird": "^3.5.1",
"feather-icons": "^4.4.0",
"lodash": "^4.17.4",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-countup": "^3.0.2",
"react-dom": "^16.2.0",
"react-responsive-modal": "^2.0.0",
"react-router-dom": "^4.2.2",
"react-router-prop-types": "^0.0.3",
"react-sortable-hoc": "^0.6.8"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint . --fix",
"pretest": "npm run lint"
},
"devDependencies": {
"eslint": "^4.14.0",
"eslint-plugin-react": "^7.5.1",
"pre-commit": "^1.2.2",
"react-scripts": "1.0.17"
},
"pre-commit": [
"lint"
]
}