-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
76 lines (76 loc) · 2.3 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
{
"name": "ShiguReader_Frontend",
"version": "2.0.0",
"description": "All-in-one solution for local doujin/anime/music file",
"repository": "hjyssg/ShiguReader",
"main": "/src/client/index.js",
"bin": "/src/client/index.js",
"scripts": {
"build": "webpack --mode production",
"build-dev": "webpack --mode development --devtool inline-source-map",
"start": "webpack-dev-server --mode development --devtool inline-source-map --hot",
"start-production": "webpack-dev-server --mode production",
"flow": "flow",
"test": "mocha ./src/test"
},
"author": "aji47",
"license": "MIT",
"dependencies": {
"chart.js": "^4.3.0",
"classnames": "^2.2.6",
"dateformat": "^3.0.3",
"filesize": "^4.1.2",
"jquery": "^3.5.0",
"js-cookie": "^2.2.1",
"prop-types": "^15.6.2",
"qrcode.react": "^3.1.0",
"query-string": "^6.2.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-click-outside": "^3.0.1",
"react-collapse": "^5.0.1",
"react-dom": "^18.2.0",
"react-dplayer": "^0.4.2",
"react-modal": "^3.12.1",
"react-range-slider-input": "^3.0.7",
"react-router-dom": "^4.3.1",
"react-toastify": "^9.1.2",
"react-visibility-sensor": "^5.1.1",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"screenfull": "^4.0.0",
"sweetalert2": "^8.0.7",
"underscore": "^1.9.1",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"dart-sass": "^1.25.0",
"babel-polyfill": "^6.26.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.0",
"babel-loader": "^8.0.0",
"chai": "^4.2.0",
"concurrently": "^4.0.0",
"css-loader": "^2.1.0",
"eslint": "^5.0.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"file-loader": "^3.0.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"mocha": "^5.2.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"url-loader": "^1.0.1",
"webpack": "^5.82.1",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0",
"html-webpack-plugin": "^5.5.1",
"clean-webpack-plugin": "^4.0.0"
}
}