forked from rektdeckard/portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.33 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
{
"name": "portfolio",
"version": "0.2.0",
"private": true,
"dependencies": {
"@antv/graphin": "1.0.5",
"@antv/graphin-components": "1.0.4",
"@phosphor-icons/react": "^2.1.4",
"framer-motion": "^2.9.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropdown-select": "^4.11.2",
"react-router-dom": "^6.11.1",
"react-syntax-highlighter": "^15.2.1",
"use-is-in-viewport": "^1.0.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": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.0.0",
"@types/node": "20",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/react-router-dom": "^5.1.6",
"@types/react-syntax-highlighter": "^13.5.0",
"@vitejs/plugin-react": "^4.0.0",
"source-map-explorer": "2",
"typescript": "5",
"vite": "^5.2.9"
}
}