-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.77 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
{
"name": "momentum-coalition-compass",
"private": true,
"version": "1.0.0",
"license": "CC BY-NC-SA 4.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:lib": "vite build --mode lib && npm run build:lib:styles && mv dist/styles.css public/styles.css && mv dist/momentum-venn.umd.cjs public/momentum-venn.js",
"build:lib:styles": "tailwindcss -i ./src/index.css -o ./dist/styles.css --minify",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"process-data": "bun run ./src/wahlkabine-data/process-data.ts"
},
"dependencies": {
"@uidotdev/usehooks": "^2.4.1",
"chart.js": "4.3.1",
"chartjs-chart-venn": "4.3.1",
"cheerio": "^1.0.0",
"clsx": "^2.1.1",
"color-blend": "^4.0.0",
"framer-motion": "^11.3.28",
"html-to-text": "^9.0.5",
"lucide-react": "^0.424.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.7",
"@tailwind-plugin/expose-colors": "^1.1.8",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/bun": "^1.1.8",
"@types/html-to-text": "^9.0.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"postcss": "^8.4.40",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.7",
"tailwindcss-scoped-preflight": "^3.4.4",
"typescript": "^5.2.2",
"vite": "^5.3.4",
"vite-plugin-pwa": "^0.20.1"
}
}