-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.42 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
{
"name": "dprslt-resume",
"version": "0.1.0",
"private": true,
"homepage": "https://dprslt.github.io/resume",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"i18next": "^19.8.7",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-flag-icon-css": "^1.0.25",
"react-i18next": "^11.8.5",
"sass": "^1.54.9",
"typescript": "^5.5.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^26.0.20",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"gh-pages": "3.2.3",
"vite": "^3.1.0",
"vite-plugin-svgr": "^2.2.1",
"vite-tsconfig-paths": "^3.5.0"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"ts": "tsc --noEmit -w",
"serve": "vite preview",
"predeploy": "tsc && vite build --base=/resume/",
"deploy": "gh-pages -d dist"
},
"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"
]
}
}