-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.49 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": "to_do_list",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/core": "^7.1.6",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "9.0.0",
"babel-jest": "^23.6.0",
"babel-loader": "8.0.4",
"bootstrap": "^3.3.7",
"eslint": "5.6.0",
"eslint-loader": "2.1.1",
"eslint-plugin-react": "7.11.1",
"file-loader": "2.0.0",
"html-webpack-plugin": "4.0.0-alpha.2",
"react": "^16.7.0",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.7.0",
"regenerator-runtime": "^0.13.1",
"webpack": "4.19.1",
"workbox-webpack-plugin": "3.6.3"
},
"scripts": {
"start": "webpack-dev-server --hot --config webpack.dev.js",
"test": "jest --coverage",
"test:watch": "jest --watch",
"build": "webpack --config webpack.prod.js"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"eslint": "^5.12.1",
"eslint-plugin-react": "^7.12.4",
"idb-keyval": "^3.1.0",
"jest": "^23.6.0",
"jest-cli": "^23.6.0",
"ramda": "^0.26.1",
"react-hot-loader": "^4.6.3",
"react-redux": "^6.0.0",
"redux": "^4.0.1",
"reselect": "^4.0.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.2.1"
}
}