forked from fiqus/coophub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.7 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 production",
"watch": "webpack --mode development --watch",
"delete-cache": "rm -rf ./repos-cache.dump"
},
"dependencies": {
"@ctrl/tinycolor": "^3.4.0",
"@types/react-icons": "^3.0.0",
"@types/reactstrap": "^8.7.2",
"bootstrap": "^4.6.0",
"chart.js": "^2.9.4",
"chartjs-plugin-colorschemes": "^0.4.0",
"fetch-suspense": "^1.2.2",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"npm": "^7.6.3",
"phoenix": "file:deps/phoenix",
"phoenix_html": "file:deps/phoenix_html",
"react": "^16.14.0",
"react-chartjs-2": "^2.11.1",
"react-countup": "^4.3.3",
"react-dom": "^16.14.0",
"react-emoji-render": "^1.2.4",
"react-icons": "^4.2.0",
"react-router-dom": "^5.2.0",
"reactstrap": "^8.9.0"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/preset-env": "^7.13.10",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.13.0",
"@types/lodash": "^4.14.168",
"@types/react": "^16.14.5",
"@types/react-dom": "^16.9.11",
"@types/react-router-dom": "^4.3.5",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^8.0.0",
"css-loader": "^5.1.3",
"mini-css-extract-plugin": "^1.3.9",
"terser-webpack-plugin": "^5.1.1",
"typescript": "^4.2.3",
"webpack": "^5.26.3",
"webpack-cli": "^4.5.0"
}
}