-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.88 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.88 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "task-manager-platform",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"moment": "^2.29.2",
"node-sass": "^7.0.0",
"node-sass-utils": "^1.1.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-dropdown": "^1.7.0",
"react-icons": "^3.10.0",
"react-moment": "^0.9.7",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"react-scripts-ts": "^3.1.0",
"recharts": "^1.8.5"
},
"devDependencies": {
"@types/jest": "^25.2.1",
"@types/moment": "^2.13.0",
"@types/node": "^13.13.4",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"@types/react-icons": "^3.0.0",
"@types/react-router-dom": "^5.1.5",
"@types/recharts": "^1.8.10",
"@types/webpack": "^4.41.12",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.5.3",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"prettier": "^2.0.5",
"sass-loader": "^7.1.0",
"source-map-loader": "^0.2.4",
"style-loader": "^1.2.1",
"ts-loader": "^7.0.2",
"typescript": "^3.8.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^5.0.7"
},
"scripts": {
"start": "webpack --config webpack.prod.js",
"dev": "webpack-dev-server --open --config webpack.dev.js",
"test": "react-scripts test",
"eject": "react-scripts eject",
"proxy": "ngrok http --host-header=rewrite 8080"
},
"author": "radu.stoica1994@gmail.com",
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}