This repository has been archived by the owner on May 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.3 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
73
74
75
76
77
78
{
"name": "democracy-app.de",
"version": "1.0.12",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"build-stats": "cross-env ANALYZE=true npm run build",
"export": "next export",
"build-prod": "run-s clean build export",
"clean": "rimraf .next out",
"lint": "next lint",
"build-types": "tsc --noEmit --pretty",
"prepare": "husky install"
},
"dependencies": {
"@apollo/client": "^3.5.10",
"@badrap/bar-of-progress": "^0.1.2",
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.2",
"@types/d3": "^5.7.0",
"accounting": "^0.4.1",
"apollo-link-debounce": "^3.0.0",
"axios": "^1.6.0",
"chart.js": "^3.7.1",
"d3": "^5.7.0",
"dayjs": "^1.11.0",
"graphql": "^16.3.0",
"lodash-es": "^4.17.21",
"next": "^12.1.4",
"next-seo": "^5.4.0",
"react": "^17.0.2",
"react-chartjs-2": "^4.1.0",
"react-cool-dimensions": "^2.0.7",
"react-dom": "^17.0.2",
"react-infinite-scroll-hook": "^4.0.3",
"react-use": "^17.3.2",
"recoil": "^0.7.0",
"sharp": "^0.30.4",
"slug": "^5.3.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.1.4",
"@types/lodash-es": "^4.17.6",
"@types/node": "^17.0.23",
"@types/react": "^17.0.44",
"@types/slug": "^5.0.3",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"autoprefixer": "^10.4.4",
"cross-env": "^7.0.3",
"cssnano": "^5.1.7",
"eslint": "^8.13.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "^12.1.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"eslint-plugin-tailwindcss": "^3.5.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.7",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.12",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.3"
},
"license": "ISC"
}