forked from dathieu/tama
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.53 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
{
"name": "tama",
"version": "0.1.0",
"private": true,
"homepage": "https://chili-epfl.github.io/tama",
"dependencies": {
"@material-ui/core": "^1.3.1",
"@material-ui/icons": "^1.1.0",
"classnames": "^2.2.6",
"firebase": "^5.2.0",
"firebase-tools": "^3.19.3",
"implement-js": "0.0.26",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-grid-gallery": "^0.5.1",
"react-intl": "^2.4.0",
"react-material-ui-form-validator": "^2.0.0-beta.10",
"react-scripts": "1.1.4",
"typeface-roboto": "0.0.54",
"victory": "^30.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "npm run flow && npm run eslint",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"flow": "flow",
"eslint": "eslint --fix --ext .js src",
"translate": "NODE_ENV=production babel ./src >/dev/null"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.5",
"babel-plugin-react-intl": "^2.4.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-react-app": "^3.1.2",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-flowtype": "^2.46.3",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.8.2",
"flow-bin": "^0.75.0",
"gh-pages": "^1.2.0",
"prettier": "^1.13.7"
}
}