-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.52 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
{
"name": "ecrans-cite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prebuild": "npm run store-build-time",
"store-build-time": "node -p \"new Date().toISOString()\" > public/buildTime.txt"
},
"dependencies": {
"@apollo/client": "^3.11.5",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.0.1",
"@mui/material": "^6.0.1",
"@tanstack/react-query": "^5.53.1",
"@types/howler": "^2.2.11",
"apollo3-cache-persist": "^0.15.0",
"classnames": "^2.5.1",
"date-fns": "^3.6.0",
"graphql": "^16.9.0",
"howler": "^2.2.4",
"qrcode.react": "^4.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-router-dom": "^6.26.1",
"sass": "^1.77.8"
},
"devDependencies": {
"@iconify/react": "^5.0.2",
"@remotion/bundler": "4.0.206",
"@remotion/cli": "4.0.206",
"@remotion/google-fonts": "4.0.206",
"@remotion/lottie": "4.0.206",
"@remotion/noise": "4.0.206",
"@remotion/player": "4.0.206",
"@remotion/renderer": "4.0.206",
"@remotion/shapes": "4.0.206",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"remotion": "4.0.206",
"typescript": "^5.5.4",
"vite": "^5.4.6",
"vite-tsconfig-paths": "^5.0.1"
}
}