-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
36 lines (36 loc) · 960 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
36
{
"version": "0.0.4",
"license": "UNLICENSED",
"private": true,
"dependencies": {
"diff": "3.4.0",
"isomorphic-fetch": "2.2.1",
"log-with-style": "0.3.0",
"lottie-web": "5.0.6",
"material-ui": "0.20.0",
"react": "16.2.0",
"react-color": "2.13.8",
"react-dom": "16.2.0",
"react-dropzone": "4.2.3",
"react-dt": "0.0.4",
"react-scripts": "1.0.17"
},
"devDependencies": {
"babel-eslint": "8.1.2",
"eslint": "4.14.0",
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.5.1"
},
"scripts": {
"build": "react-scripts build",
"deploy": "firebase deploy",
"flow": "flow --show-all-errors; exit 0",
"format":
"prettier --write --single-quote --jsx-bracket-same-line 'src/**/*.js'",
"lint": "eslint src; exit 0",
"serve": "firebase serve",
"start": "react-scripts start"
}
}