forked from fiqus/coophub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.74 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
{
"repository": {},
"license": "MIT",
"scripts": {
"deploy": "webpack --mode production",
"watch": "webpack --mode development --watch",
"delete-cache": "rm -rf ./repos-cache.dump"
},
"dependencies": {
"@ctrl/tinycolor": "^2.6.0",
"@types/react-icons": "^3.0.0",
"@types/reactstrap": "^8.0.6",
"bootstrap": "^4.3.1",
"chart.js": "^2.9.1",
"chartjs-plugin-colorschemes": "^0.4.0",
"fetch-suspense": "^1.2.0",
"jquery": "^3.4.1",
"lodash": "^4.17.15",
"npm": "^6.13.4",
"phoenix": "file:deps/phoenix",
"phoenix_html": "file:deps/phoenix_html",
"react": "^16.11.0",
"react-chartjs-2": "^2.8.0",
"react-countup": "^4.2.6",
"react-dom": "^16.11.0",
"react-emoji-render": "^1.2.1",
"react-icons": "^3.8.0",
"react-router-dom": "^5.1.2",
"reactstrap": "^8.1.1"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/plugin-proposal-object-rest-spread": "^7.5.4",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"@babel/preset-typescript": "^7.3.3",
"@types/lodash": "^4.14.144",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.3",
"@types/react-router-dom": "^4.3.4",
"babel-loader": "^8.0.0",
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^3.2.0",
"mini-css-extract-plugin": "^0.4.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"typescript": "^3.6.4",
"terser-webpack-plugin": "^2.3.1",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
}
}