-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.02 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
{
"name": "mandatkollen",
"version": "0.67.14",
"private": false,
"license": "MIT",
"homepage": "https://mandatkollen.se",
"type": "module",
"dependencies": {
"@fontsource/miriam-libre": "^4.5.11",
"apicache": "^1.6.3",
"cheerio": "^1.0.0-rc.12",
"csv-parse": "^5.3.4",
"date-fns": "^2.29.3",
"express": "^4.18.2",
"express-static-gzip": "^2.1.7",
"i": "^0.3.7",
"mobile-drag-drop": "^3.0.0-rc.0",
"moment": "^2.29.4",
"node-fetch": "^3.3.0",
"npm": "^9.4.2",
"parliament-svg": "^2.1.4",
"pureact": "^1.5.4",
"unzip-stream": "^0.3.1",
"vite": "^4.1.1",
"vite-plugin-compression": "^0.5.1"
},
"scripts": {
"dev": "vite serve",
"start": "node server",
"build": "vite build",
"test": "vitest"
},
"eslintConfig": {
"extends": "react-app"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.0",
"@vitest/ui": "^1.6.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^24.1.0",
"vite-plugin-singlefile": "^0.13.3"
}
}