-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 2 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
69
70
71
72
{
"name": "tfc-provisional",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --port 4322",
"start": "astro dev --port 4322",
"build": "astro check && astro build",
"preview": "astro preview --port 4322",
"astro": "astro",
"test": "run-p dev test",
"cy": "npx cypress run",
"cy:open": "npx cypress open"
},
"dependencies": {
"@astrojs/check": "0.7.0",
"@astrojs/react": "^3.5.0",
"@astrojs/svelte": "^5.5.0",
"@astrojs/tailwind": "5.1.0",
"@astrojs/vercel": "^7.7.0",
"@auth/core": "0.18.6",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@mui/material": "5.15.18",
"@mui/styled-engine-sc": "6.0.0-alpha.18",
"@mui/x-date-pickers": "7.5.0",
"@storyblok/astro": "4.0.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"antd": "5.17.3",
"astro": "^4.10.1",
"astro-icon": "1.1.0",
"astro-meta-tags": "0.3.0",
"astro-navbar": "2.3.2",
"astro-seo": "0.8.3",
"astrojs-service-worker": "^2.0.0",
"auth-astro": "4.1.1",
"axios": "1.7.2",
"browser-image-compression": "2.0.2",
"chart.js": "^4.4.3",
"dayjs": "^1.11.11",
"eslint-plugin-react": "7.34.1",
"faker": "^5.5.3",
"framer-motion": "11.2.6",
"js-cookie": "3.0.5",
"luxon": "^3.4.4",
"moment": "^2.30.1",
"react": "18.3.1",
"react-chartjs-2": "^5.2.0",
"react-countup": "^6.5.3",
"react-dom": "18.3.1",
"react-icons": "^5.2.1",
"react-router-dom": "6.23.1",
"styled-components": "6.1.11",
"svelte": "4.2.17",
"tailwindcss": "3.4.3",
"typescript": "5.4.5"
},
"devDependencies": {
"@ant-design/icons": "^5.3.7",
"@faker-js/faker": "^8.4.1",
"@iconify-json/bxs": "^1.1.10",
"@iconify-json/mdi": "^1.1.66",
"@vitejs/plugin-basic-ssl": "1.1.0",
"cypress": "^13.11.0",
"npm-run-all": "^4.1.5",
"prettier": "3.2.5",
"prettier-plugin-astro": "0.13.0",
"sass": "^1.77.2",
"vite-plugin-mkcert": "1.17.5"
}
}