-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 2.8 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "web-client",
"version": "1.0.0",
"private": true,
"dependencies": {
"@abraham/reflection": "^0.11.0",
"@reduxjs/toolkit": "^1.9.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/axios": "^0.14.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.11.64",
"@types/node-sass": "^4.11.3",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react-redux": "^7.1.24",
"@types/redux-thunk": "^2.1.0",
"@uiw/react-md-editor": "^3.19.7",
"axios": "^1.1.3",
"axios-logger": "^2.6.2",
"buffer": "^6.0.3",
"classnames": "^2.3.2",
"inversify": "^6.0.1",
"keccak256": "^1.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-loader-spinner": "^5.3.4",
"react-notifications-component": "^4.0.1",
"react-redux": "^8.0.5",
"react-router-dom": "^6.11.1",
"react-scripts": "5.0.1",
"redux-thunk": "^2.4.2",
"reflect-metadata": "^0.1.13",
"rehype-sanitize": "^5.0.1",
"uuid": "^9.0.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"start-webpack": "webpack serve",
"start-dev": "DISABLE_ESLINT_PLUGIN=true react-scripts start",
"build": "CI=FALSE react-scripts build",
"lint": "react-scripts lint && npx eslint src/*",
"test": "react-scripts test",
"eject": "react-scripts eject",
"env": "cp .env.test .env",
"webpack-build": "webpack --config webpack.config.js",
"webpack-watch": "webpack --watch",
"webpack-dev": "webpack serve --mode=development"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/cli": "7.17.0",
"@babel/core": "7.17.0",
"@babel/preset-react": "7.16.0",
"@types/uuid": "^8.3.4",
"@types/webpack": "4.1.4",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"babel-loader": "8.2.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"dotenv": "^16.0.3",
"eslint": "^8.26.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.4.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.10",
"html-webpack-plugin": "^4.5.2",
"mini-css-extract-plugin": "^2.7.3",
"node-sass": "^7.0.3",
"sass-loader": "^13.2.0",
"source-map-loader": "^4.0.1",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.4",
"url-loader": "^4.1.1",
"webpack": "5.72.1",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.11.0"
}
}