-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 2.09 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
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "rapid-riot",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
"@mantine/core": "^6.0.18",
"@mantine/hooks": "^6.0.18",
"@supabase/supabase-js": "^1.35.6",
"@tanstack/react-query": "^4.32.6",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/color": "^3.0.3",
"@types/jest": "^27.5.2",
"@types/mapbox-gl": "^2.7.5",
"@types/node": "^16.11.58",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@types/react-icons": "^3.0.0",
"color": "^4.2.3",
"dotenv": "^16.0.2",
"fuse.js": "^6.6.2",
"grommet": "^2.25.3",
"mapbox-gl": "^2.10.0",
"next": "^13.4.12",
"re-resizable": "^6.9.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-map-gl": "^7.0.19",
"react-masonry-css": "^1.0.16",
"styled-components": "^5.3.11",
"web-vitals": "^2.1.4",
"worker-loader": "^3.0.8"
},
"scripts": {
"dev": "BROWSER=none WDS_SOCKET_PORT=0 NEXT_PUBLIC_ADMIN=true next dev && npm run typings",
"start": "next start",
"build": "next build",
"test": "next test",
"eject": "next eject",
"typings": "npx openapi-typescript https://stfgvlsypyfagayfvchx.supabase.co/rest/v1/?apikey=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlhdCI6MTYyMzgwMTI3NiwiZXhwIjoxOTM5Mzc3Mjc2fQ.SdKp-fWPim9DFYQQFUVMDr6WOXbAxDCMtxnPbkbuGVA --output src/types/supabase.ts"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react-map-gl": "^6.1.3",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.31.7",
"prettier": "2.7.1",
"typescript": "^4.8.2"
}
}