-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
41 lines (41 loc) · 1.16 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
{
"name": "react-alicante-2017",
"version": "1.0.0",
"description": "React Alicante Talk Demo",
"scripts": {
"lint": "eslint .",
"start": "next"
},
"author": "Erik Rasmussen",
"license": "ISC",
"dependencies": {
"next": "^3.2.2",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-form": "^7.0.4",
"sane-email-validation": "^1.1.0",
"styled-components": "^2.1.2",
"styled-normalize": "^2.2.1"
},
"devDependencies": {
"babel-eslint": "^7.2.2",
"babel-plugin-styled-components": "^1.1.7",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^4.5.0",
"eslint-config-react-app": "^2.0.0",
"eslint-plugin-flowtype": "^2.35.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.3.0",
"flow-bin": "^0.53.1",
"flow-coverage-report": "^0.3.0",
"prettier": "1.5.3",
"prettier-eslint-cli": "^4.2.1"
}
}