generated from GSM-AING/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.43 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
{
"name": "myaong",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@types/react-router-dom": "^5.3.3",
"install": "^0.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"styled-component": "^2.8.0",
"styled-components": "^6.1.8"
},
"devDependencies": {
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.4.5",
"vite": "^5.2.8"
},
"packageManager": "pnpm@8.15.6+sha1.8105075ad0aa306138be128c017e9c41e28ecffa",
"pnpm": {
"overrides": {
"node-notifier@<8.0.1": ">=8.0.1",
"node-forge@<1.0.0": ">=1.0.0",
"node-forge@<1.3.0": ">=1.3.0",
"got@<11.8.5": ">=11.8.5",
"ajv@<6.12.3": ">=6.12.3",
"jsdom@<=16.4.0": ">=16.5.0",
"jsonwebtoken@<=8.5.1": ">=9.0.0",
"jsonwebtoken@<9.0.0": ">=9.0.0",
"glob-parent@<5.1.2": ">=5.1.2",
"tough-cookie@<4.1.3": ">=4.1.3",
"webpack-dev-middleware@<=5.3.3": ">=5.3.4"
}
}
}