-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.03 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.03 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
{
"name": "s_tn",
"version": "0.1.0",
"homepage": "http://stanislavche.github.io/",
"private": true,
"dependencies": {
"@vercel/speed-insights": "^2.0.0",
"caniuse-lite": "^1.0.30001202",
"flag-icons": "^7.5.0",
"gh-pages": "^5.0.0",
"lazy-line-painter": "^1.9.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-player": "^1.9.3",
"react-router-dom": "^6.6.1"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"compress-images": "node scripts/compress-images.js"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.3.4",
"sass": "^1.89.2",
"sharp": "^0.34.5",
"typescript": "^5.0.0",
"vite": "^6.3.5",
"vite-plugin-svgr": "^4.3.0",
"vitest": "^3.0.0"
}
}