-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.23 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": "shipfam.org",
"homepage": "https://shipfam.org",
"version": "0.1.0",
"private": true,
"dependencies": {
"color": "^3.0.0",
"firebase": "^4.10.1",
"glamor": "^2.20.40",
"glamorous": "^4.11.6",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.1",
"react-style-proptype": "^3.2.0",
"semantic-ui-css": "^2.3.0",
"semantic-ui-react": "^0.78.2"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject",
"precommit": "pretty-quick --staged"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"eslint": "^4.18.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"firebase-tools": "^3.17.4",
"husky": "^0.14.3",
"prettier": "^1.10.2",
"pretty-quick": "^1.4.1",
"react-app-rewire-hot-loader": "^1.0.0",
"react-app-rewired": "^1.4.1",
"react-hot-loader": "^3.1.3"
}
}