forked from hello-nav/hello-nav
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 880 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
{
"name": "hello-nav",
"version": "1.0.0",
"author": "Bener",
"private": true,
"license": "MIT",
"homepage": "https://hello-nav.github.io/",
"keywords": [
"hello-nav",
"nav"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:ext": "npm run build && node ./scripts/build-ext.mjs",
"preview": "vite preview",
"lint": "prettier --write ."
},
"dependencies": {
"axios": "^1.1.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-svg": "^16.1.34"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"autoprefixer": "^10.4.19",
"less": "^4.2.0",
"prettier": "^3.2.5",
"typescript": "^4.6.3",
"vite": "^2.9.16",
"vite-plugin-glob": "^0.3.2",
"zx": "^8.0.2"
}
}