-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 906 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 906 Bytes
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
{
"name": "esc-rater",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:reflect": "reflect dev",
"build": "tsc && vite build",
"preview": "vite preview",
"watch": "concurrently --kill-others 'npx reflect dev --silence-startup-message' 'VITE_REFLECT_URL=http://127.0.0.1:8080/ npm run dev'"
},
"devDependencies": {
"@rocicorp/rails": "^0.7.0",
"@rocicorp/reflect": "^0.39.202402230127+b70f6b",
"@types/aws-lambda": "^8.10.137",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.1",
"concurrently": "^8.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sst": "ion",
"typescript": "^5",
"vite": "^3.0.7"
},
"dependencies": {
"@baselime/react-rum": "^0.2.9",
"@types/react-world-flags": "^1.4.5",
"react-world-flags": "^1.6.0"
}
}