-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 928 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": "secret-message-react",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"prepare": "husky install",
"prettier": "prettier . -w",
"lint": "eslint"
},
"dependencies": {
"@chakra-ui/react": "^1.7.3",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@supabase/supabase-js": "^1.28.5",
"framer-motion": "^4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1"
},
"devDependencies": {
"@types/next": "^9.0.0",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@vitejs/plugin-react": "^1.0.7",
"eslint": "^8.4.1",
"eslint-plugin-react": "^7.27.1",
"husky": "^7.0.4",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.2",
"typescript": "^4.4.4",
"vite": "^2.7.2"
},
"main": "index.js",
"author": "Rey",
"license": "MIT"
}