-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 890 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
{
"name": "Placeholder",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"flow": "flow; test $? -eq 0 -o $? -eq 2",
"test": "jest"
},
"dependencies": {
"axios": "^0.15.3",
"babel-jest": "^19.0.0",
"babel-preset-es2015": "^6.24.0",
"jest": "^19.0.2",
"next": "beta",
"nprogress": "^0.2.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"styled-components": "^1.4.4",
"styled-tools": "^0.1.4"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-plugin-transform-export-extensions": "^6.22.0",
"eslint": "^3.17.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-flowtype": "^2.30.3",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"flow-bin": "^0.41.0"
}
}