-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 4.11 KB
/
Copy pathpackage.json
File metadata and controls
126 lines (126 loc) · 4.11 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "pokego-breeze",
"version": "6.0.0",
"main": "index.tsx",
"license": "MIT",
"description": "Web Application for Pokémon GO Tools&Information",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.6.0",
"@redux-devtools/extension": "^3.2.2",
"@vercel/analytics": "^1.0.2",
"@vercel/speed-insights": "^1.0.8",
"axios": "^1.12.0",
"crypto-js": "^4.2.0",
"dompurify": "^3.2.6",
"history": "^5.3.0",
"immutability-helper": "^3.1.1",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"react": "^18.2.0",
"react-data-table-component": "^7.4.7",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-redux": "^7.2.6",
"react-router-dom": "^6.20.0",
"react-xarrows": "^2.0.2",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"styled-components": "^6.1.8",
"usehooks-ts": "^2.7.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "node scripts/withConfig.js vite",
"build": "npm run generate:sitemap && cross-env VITE_CJS_IGNORE_WARNING=true vite build",
"format:code": "prettier --write \"src/**/*.{ts,tsx,js,jsx}\"",
"format:style": "stylelint --fix \"src/**/*.{css,scss}\"",
"lint:code": "eslint \"src/**/*.{ts,tsx,js,jsx}\"",
"lint:style": "stylelint \"src/**/*.{css,scss}\"",
"lint": "npm run lint:code && npm run lint:style",
"format": "npm run format:code && npm run format:style",
"develop": "node scripts/withConfig.js vite",
"test-vite": "cross-env VITE_CJS_IGNORE_WARNING=true vite",
"debug-vite": "cross-env VITE_CJS_IGNORE_WARNING=true vite --debug --force",
"prebuild": "rimraf dist",
"build:vite": "cross-env VITE_CJS_IGNORE_WARNING=true vite build",
"deploy": "node scripts/withConfig.js",
"_deploy:inner:production": "npm run lint && node sitemap/buildSitemap.js && cross-env VITE_CJS_IGNORE_WARNING=true vite build --mode production",
"_deploy:inner:development": "npm run lint && node sitemap/buildSitemap.js && cross-env VITE_CJS_IGNORE_WARNING=true vite build --mode development",
"generate:sitemap": "node sitemap/buildSitemap.js"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@nabla/vite-plugin-eslint": "^2.0.6",
"@types/crypto-js": "^4.2.2",
"@types/dompurify": "^3.2.0",
"@types/lodash": "^4.17.16",
"@types/node": "^18.7.20",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.21",
"buffer": "^6.0.3",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.0",
"dotenv": "^16.0.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-css": "^0.11.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"events": "^3.3.0",
"prettier": "^3.2.5",
"process": "^0.11.10",
"rimraf": "^5.0.5",
"sass": "1.83.0",
"sitemap": "^8.0.0",
"stream-browserify": "^3.0.0",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^11.1.0",
"stylelint-scss": "^5.3.2",
"stylelint-stylistic": "^0.4.5",
"tailwindcss": "^3.4.17",
"typescript": "5.5.3",
"util": "^0.12.5",
"vite": "^6.4.2",
"vite-plugin-stylelint": "^6.0.2",
"vm-browserify": "^1.1.2"
},
"peerDependencies": {
"postcss": "8.5.14"
},
"overrides": {
"typescript": "5.5.3",
"cross-spawn": "6.0.6",
"got": "11.8.5",
"nth-check": "2.0.1",
"postcss": "8.5.14",
"semver-regex": "3.1.4",
"ws": "8.17.1",
"webpack-dev-server": "5.2.1",
"on-headers": "1.1.0",
"form-data": "4.0.6",
"esbuild": "0.25.0"
}
}