-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 922 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
{
"name": "rubns",
"version": "0.1.0",
"private": true,
"dependencies": {
"mongoose": "6.3.3",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-icons": "^4.7.1",
"styled-components": "5.3.5",
"wouter": "2.7.4"
},
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"format": "prettier --write .",
"lint-fix": "eslint --fix --ext .js,.jsx"
},
"devDependencies": {
"@types/react": "18.0.9",
"@types/react-dom": "18.0.4",
"@vitejs/plugin-react": "1.3.2",
"eslint": "8.15.0",
"eslint-config-prettier": "8.5.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-react": "7.29.4",
"prettier": "2.6.2",
"standard": "17.0.0",
"vite": "4.0.4",
"vite-tsconfig-paths": "3.4.1"
}
}