-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.76 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.76 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "first-project",
"homepage" : "http://task.cil.org.ua",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/ljubik/MyTaskList.git"
},
"license": "MIT",
"private": true,
"dependencies": {
"@version/react-router-v3": "^1.0.0",
"axios": "^0.18.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.4",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.24.1",
"bootstrap": "^4.1.3",
"bootstrap-sass": "^3.3.7",
"cors": "^2.8.5",
"css-loader": "^1.0.1",
"eslint-loader": "^2.1.1",
"estraverse-fb": "^1.3.2",
"express-fileupload": "^1.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^2.0.0",
"history": "^4.7.2",
"imports-loader": "^0.8.0",
"lodash": "^4.17.11",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"prop-types": "^15.6.2",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-native": "^0.57.4",
"react-native-elements": "^0.19.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.1",
"react-simple-storage": "^1.4.0",
"reactjs-localstorage": "0.0.7",
"redux-localstorage": "^1.0.0-rc5",
"resolve-url-loader": "^3.0.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack-dev-middleware": "^3.4.0",
"webpack-hot-middleware": "^2.24.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}