-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.56 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
56
{
"name": "gmat-practice-questions",
"private": true,
"version": "1.0.0",
"description": "Mini GMAT",
"repository": "",
"license": "UNLICENSED",
"browserslist": [
"Android >= 5",
"IOS >= 9.3",
"Edge >= 15",
"Safari >= 9.1",
"Chrome >= 49",
"Firefox >= 31",
"Samsung >= 5"
],
"scripts": {
"start": "zmp start --silent --no-frame",
"deploy:dev": "zmp deploy --mode=development",
"deploy": "zmp deploy",
"login": "zmp login",
"gen-supabase-model": "supabase gen types typescript --project-id przvyntsigxljcvmzyos --schema gmat > src/models/supabase.ts"
},
"dependencies": {
"@juggle/resize-observer": "^3.4.0",
"@supabase/supabase-js": "^2.12.1",
"@tailwindcss/line-clamp": "^0.3.1",
"@use-gesture/react": "^10.2.17",
"add-to-calendar-button": "^1.18.6",
"better-react-mathjax": "^2.0.2",
"canvas-confetti": "^1.5.1",
"intersection-observer": "^0.12.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"react-spring": "9.5.2",
"react-spring-bottom-sheet": "^3.4.1",
"recoil": "^0.7.3",
"zmp-cli": "^3.11.3",
"zmp-sdk": "^2.31.2"
},
"devDependencies": {
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@vitejs/plugin-react": "^1.3.0",
"autoprefixer": "^10.4.4",
"cross-env": "^7.0.3",
"postcss": "^8.4.12",
"postcss-aspect-ratio-polyfill": "^2.0.0",
"sass": "^1.43.4",
"supabase": "^1.45.2",
"tailwindcss": "^3.3.5",
"vite": "^2.6.13",
"zmp-developer-token": "^2.9.0"
}
}