-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 981 Bytes
/
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
{
"name": "timetable-generator",
"version": "0.1.0",
"private": true,
"dependencies": {
"firebase": "^4.1.3",
"material-ui": "next",
"material-ui-icons": "^1.0.0-alpha.19",
"prop-types": "^15.5.10",
"re-base": "^3.0.3",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-router-dom": "^4.1.2",
"react-table": "^6.5.1"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-flowtype": "^2.34.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.1.0",
"flow-bin": "^0.48.0",
"react-scripts": "^1.0.10",
"source-map-explorer": "^1.4.0"
},
"scripts": {
"analyze": "source-map-explorer docs/static/js/main.*",
"start": "react-scripts start",
"build": "react-scripts build && mv build docs",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"flow": "flow"
}
}