-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.95 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
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "react-setup",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack serve --hot --open http://localhost:8080/",
"build": "webpack --mode production",
"lint": "tslint -c tslint.json 'src/**/*.ts*",
"test": "jest",
"test-watch": "jest --watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"connected-react-router": "^6.6.1",
"history": "^4.10.1",
"ramda": "^0.26.1",
"react": "^16.12.0",
"react-facebook": "^8.1.4",
"react-hot-loader": "^4.12.18",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"redux": "^4.0.4",
"styled-components": "^4.4.1",
"typesafe-actions": "^5.1.0"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@babel/preset-typescript": "^7.7.4",
"@hot-loader/react-dom": "^16.11.0",
"@reduxjs/toolkit": "^1.1.0",
"@types/history": "^4.7.3",
"@types/ramda": "^0.26.37",
"@types/react": "^16.9.15",
"@types/react-dom": "^16.9.4",
"@types/react-redux": "^7.1.5",
"@types/react-router": "^5.1.3",
"@types/react-router-dom": "^5.1.3",
"@types/redux": "^3.6.0",
"@types/styled-components": "^4.4.0",
"@types/webpack-env": "^1.14.1",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/eslint-plugin-tslint": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"babel-jest": "^28.1.1",
"babel-loader": "^8.0.6",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"eslint": "^8.17.0",
"eslint-plugin-jsdoc": "^39.3.2",
"eslint-plugin-no-null": "^1.0.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^5.5.0",
"jest": "^28.1.1",
"typescript": "^4.7.3",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.2"
}
}