-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.21 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
{
"name": "devpro14052018",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon",
"start:react": "webpack-dev-server -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/enzyme-adapter-react-16": "^1.0.2",
"@types/express": "^4.11.1",
"@types/jest": "^23.0.2",
"@types/react": "^16.3.14",
"@types/react-dom": "^16.0.5",
"@types/react-redux": "^6.0.0",
"@types/redux": "^3.6.0",
"css-loader": "^0.28.11",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.8.0",
"nodemon": "^1.17.4",
"style-loader": "^0.21.0",
"ts-jest": "^24.0.2",
"ts-loader": "^4.3.0",
"ts-node": "^6.0.3",
"tslint": "^5.10.0",
"typescript": "^2.8.3",
"webpack": "^4.10.2",
"webpack-cli": "^2.1.4"
},
"dependencies": {
"axios": "^0.19.0-beta.1",
"express": "^4.16.3",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-observable": "^1.0.0-alpha.2",
"rxjs": "^6.2.0",
"webpack-dev-server": "^3.4.1"
}
}