-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.24 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.24 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
{
"name": "react-actum-course",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "concurrently \"npm run dev\" \"npm run api\"",
"dev": "webpack-dev-server --hot --inline --port 8001",
"api": "json-server --watch src/api/articles.json"
},
"repository": {
"type": "git",
"url": "https://github.com/actum/react-actum-course"
},
"author": "Actum",
"license": "ISC",
"homepage": "https://github.com/actum/react-actum-course",
"devDependencies": {
"babel-core": "^6.13.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"concurrently": "^3.4.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"axios": "^0.16.1",
"css-loader": "^0.28.1",
"moment": "^2.18.1",
"prop-types": "^15.5.7",
"react": "^15.4.2",
"react-custom-validation": "^0.5.4",
"react-datepicker": "^0.46.0",
"react-dom": "^15.4.2",
"react-redux": "^5.0.4",
"react-transition-group": "^1.1.2",
"redux": "^3.6.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"style-loader": "^0.17.0"
}
}