-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
51 lines (51 loc) · 1.71 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
{
"repository": {},
"license": "MIT",
"scripts": {
"deploy": "webpack --mode-env production",
"watch": "webpack --node-env development --progress --watch",
"delete-cache": "rm -rf ./repos-cache.dump"
},
"dependencies": {
"@ctrl/tinycolor": "^3.6.0",
"@types/react-icons": "^3.0.0",
"@types/reactstrap": "^8.7.0",
"bootstrap": "^4.6.0",
"chart.js": "^2.9.4",
"chartjs-plugin-colorschemes": "^0.4.0",
"fetch-suspense": "^1.2.0",
"jquery": "^3.6.4",
"lodash": "^4.17.0",
"npm": "^9.6.0",
"phoenix": "file:deps/phoenix",
"phoenix_html": "file:deps/phoenix_html",
"react": "^18.2.0",
"react-chartjs-2": "^2.11.0",
"react-countup": "^6.4.0",
"react-dom": "^18.2.0",
"react-emoji-render": "^2.0.0",
"react-icons": "^4.8.0",
"react-router-dom": "^5.3.0",
"reactstrap": "^8.9.0"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/plugin-proposal-class-properties": "^7.18.0",
"@babel/plugin-proposal-object-rest-spread": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/preset-react": "^7.18.0",
"@babel/preset-typescript": "^7.21.0",
"@types/lodash": "^4.14.191",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-router-dom": "^5.3.0",
"babel-loader": "^9.1.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.0",
"mini-css-extract-plugin": "^2.7.0",
"terser-webpack-plugin": "^5.3.0",
"typescript": "^5.0.0",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.0"
}
}