-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.43 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.43 KB
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
{
"name": "agentfirst",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"lint": "npx --prefix linter eslint -c linter/eslint.config.js",
"lint-css": "npx --prefix linter stylelint --config linter/.stylelintrc.json",
"lint-sql": "bash -c 'diff -u \"$1\" <(./linter/3p/pgFormatter/pg_format -c linter/.pg_format \"$1\")' --",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/react": "^2.7.1",
"@chakra-ui/system": "^2.5.8",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@stripe/react-stripe-js": "^5.6.0",
"@stripe/stripe-js": "^8.7.0",
"@supabase/auth-ui-react": "^0.4.7",
"@supabase/supabase-js": "^2.90.1",
"animejs": "^4.1.3",
"chart.js": "^4.5.1",
"framer-motion": "^12.23.9",
"highlight.js": "^11.11.1",
"markdown-it": "^14.1.1",
"markdown-it-footnote": "^4.0.0",
"markdown-it-highlightjs": "^4.2.0",
"moment": "^2.30.1",
"node-html-markdown": "^1.3.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.3.1",
"react-dates": "^21.8.0",
"react-dom": "^18.2.0",
"react-router-dom": "^7.13.0",
"roughjs": "^4.6.6"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react-swc": "^4.2.3",
"rollup-plugin-visualizer": "^6.0.3",
"vite": "^6.4.2"
}
}