-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
72 lines (72 loc) · 2.12 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
{
"name": "browndust-share",
"description": "browndust-share",
"version": "2.1.0",
"author": {
"name": "Robby",
"email": "ta7382@gmail.com"
},
"license": "MIT",
"keywords": [
"browndust",
"formation",
"share",
"mercenary",
"builder"
],
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"download": "node pre-work/tool.js"
},
"dependencies": {
"@djthoms/pretty-checkbox": "^3.1.0",
"@reduxjs/toolkit": "^2.2.6",
"chinese-conv": "^1.1.0",
"classnames": "^2.5.1",
"clipboard": "^2.0.11",
"csshake": "^1.7.0",
"html-parse-stringify": "^3.0.1",
"html-to-image": "^1.11.11",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"pretty-checkbox": "^3.0.3",
"pretty-checkbox-react": "^3.2.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-contexify": "^6.0.0",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.2",
"react-icons": "^5.2.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.24.1",
"react-spinners": "^0.14.1",
"react-transition-group": "^4.4.5",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"store2": "^2.14.3"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"axios": "^1.7.2",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"fs-extra": "^11.2.0",
"jsdoc": "^4.0.3",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3",
"vite": "^5.3.3"
}
}