-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 941 Bytes
/
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
{
"name": "nicelandvpn.website",
"version": "0.0.1",
"private": true,
"dependencies": {
"@radix-ui/react-icons": "^1.3.0",
"@vitejs/plugin-react": "^4.1.0",
"axios": "^1.7.7",
"highlight.js": "^11.10.0",
"marked": "^14.1.2",
"marked-highlight": "^2.1.4",
"normalize.css": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.4.5",
"react-spinners": "^0.13.8",
"uuid": "^10.0.0",
"vite": "^4.5.5"
},
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"sass": "^1.77.8"
}
}