-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.16 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
{
"name": "portfolio",
"version": "0.2.1",
"private": true,
"dependencies": {
"@antv/graphin": "^1.0",
"@antv/graphin-components": "^1.0",
"@phosphor-icons/react": "^2.1",
"framer-motion": "^2.9",
"react": "^18",
"react-dom": "^18",
"react-dropdown-select": "^4",
"react-router-dom": "^6",
"react-syntax-highlighter": "^15",
"use-is-in-viewport": "^1"
},
"packageManager": "pnpm@9",
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/node": "20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-router-dom": "^5",
"@types/react-syntax-highlighter": "^13.5",
"@vitejs/plugin-react": "^4.3",
"source-map-explorer": "^2",
"typescript": "^5",
"vite": "^6.0"
}
}