-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
53 lines (53 loc) · 1.23 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": "peercoin-website",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fontsource/roboto": "^5.0.14",
"@vitejs/plugin-react-swc": "^3.7.0",
"classnames": "^2.2.6",
"i18next": "^19.0.0",
"i18next-browser-languagedetector": "^3.0.3",
"i18next-xhr-backend": "^3.1.2",
"react": "^18.2.0",
"react-collapsible": "^2.6.0",
"react-dom": "^18.2.0",
"react-enroute": "^3.0.2",
"react-i18next": "^11.18.6",
"react-render-html": "^0.6.0",
"react-router-dom": "^5.3.0",
"react-transition-group": "^4.2.2",
"react-youtube": "^7.9.0",
"rss-to-json": "^2.1.1",
"smoothscroll-polyfill": "^0.4.4",
"stream": "^0.0.2",
"util": "^0.12.4",
"vite": "^5.4.6",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^5.0.1"
},
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview"
},
"eslintConfig": {
"extends": "react-app"
},
"type": "module",
"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.45.0"
}
}