-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.25 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
{
"name": "udemy_react",
"version": "1.0.0",
"main": "index.js",
"author": "takutoki <[email protected]>",
"license": "MIT",
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server"
},
"dependencies": {
"axios": "^0.18.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.8.2",
"extract-text-webpack-plugin": "^3.0.2",
"geolib": "^2.0.24",
"import-glob-loader": "^1.1.0",
"lodash": "^4.17.10",
"node-sass": "^4.9.0",
"prop-types": "^15.6.1",
"query-string": "^6.1.0",
"react": "15.6.1",
"react-dom": "15.6.1",
"react-google-maps": "^9.4.5",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"redux": "^4.0.0",
"redux-devtools": "^3.4.1",
"redux-devtools-extension": "^2.13.2",
"redux-thunk": "^2.3.0",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"webpack": "3.3.0",
"webpack-dev-server": "2.5.1"
},
"devDependencies": {
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.8.2"
}
}