-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.69 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
54
55
{
"name": "portifolio-vite",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "tsc && vite build && vite preview",
"preview": "vite preview"
},
"dependencies": {
"@fontsource/poppins": "^4.5.8",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-aspect-ratio": "^0.1.4",
"@radix-ui/react-avatar": "^0.1.4",
"@radix-ui/react-context-menu": "^0.1.6",
"@radix-ui/react-hover-card": "^0.1.5",
"@radix-ui/react-icons": "^1.1.1",
"@radix-ui/react-popover": "^0.1.6",
"@radix-ui/react-switch": "^0.1.5",
"@radix-ui/react-tooltip": "^0.1.7",
"@stitches/react": "^1.2.8",
"framer-motion": "^6.3.15",
"jotai": "^1.7.2",
"kbar": "^0.1.0-beta.36",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"vite-plugin-compress": "^2.1.1"
},
"devDependencies": {
"@types/": "radix-ui/colors",
"@types/eslint": "^8.4.3",
"@types/eslint-config-prettier": "^6.11.0",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/node": "^18.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"@vitejs/plugin-react": "^1.3.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.30.1",
"typescript": "^4.6.3",
"vite": "^2.9.9",
"vite-imagetools": "^4.0.4",
"vite-plugin-eslint": "^1.6.1",
"vite-plugin-imagemin": "^0.6.1"
}
}