-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1 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
{
"name": "painot",
"version": "0.0.0",
"main": "index.js",
"author": "Esa-Matti Suuronen",
"license": "MIT",
"dependencies": {
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.3.2",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"eslint": "^3.15.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.10.0",
"jest": "^18.1.0",
"lean-redux": "^3.1.0",
"lodash": "^4.17.4",
"prettier": "^1.0.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-fastclick": "^3.0.1",
"react-router-dom": "next",
"react-simple": "^1.2.0",
"react-test-renderer": "^15.4.2",
"recompose": "^0.22.0",
"redux": "^3.6.0",
"redux-localstorage": "^0.4.1",
"sw-precache": "^5.2.0",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0"
}
}