forked from ruiaraujo012/fx-clash-stats-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.76 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
{
"name": "fx-clash-stats",
"private": false,
"version": "1.0.10",
"repository": "github:ruiaraujo012/fx-clash-stats-web",
"homepage": "https://ruiaraujo012.github.io/fx-clash-stats-web/#",
"type": "module",
"scripts": {
"dev": "vite",
"build": "pnpm build:prod",
"build:dev": "tsc && vite build --mode development",
"build:prod": "tsc && vite build",
"preview": "vite preview",
"generate-assets": "ts-node scripts/generateAssets/index.ts",
"semantic-release": "semantic-release",
"deploy:gh-pages": "gh-pages -d build"
},
"dependencies": {
"@sentry/react": "^7.57.0",
"fuse.js": "^6.6.2",
"i18next": "^23.2.3",
"i18next-browser-languagedetector": "^7.1.0",
"iconsax-react": "^0.0.8",
"immer": "^10.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.0.1",
"react-router-dom": "^6.14.0",
"tailwind-merge": "^1.13.2",
"zustand": "^4.3.8"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@sentry/vite-plugin": "^2.4.0",
"@types/lodash.clonedeep": "^4.5.7",
"@types/lodash.set": "^4.3.7",
"@types/node": "^20.3.2",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.14",
"eslint-config-ruiaraujo-react": "^3.1.6",
"gh-pages": "^6.0.0",
"lodash.clonedeep": "^4.5.0",
"lodash.set": "^4.3.2",
"postcss": "^8.4.23",
"semantic-release": "^21.0.5",
"simple-zustand-devtools": "^1.1.0",
"tailwindcss": "^3.3.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.5",
"vite": "^4.3.1",
"vite-plugin-checker": "^0.6.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-pwa": "^0.16.4"
}
}