-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 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
{
"name": "uv-kollen",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@choc-ui/chakra-autocomplete": "5.4.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@sakerhetspolisen/uv-kollen-ad-gen": "0.2.6",
"@typeform/embed-react": "^3.10.0",
"@vercel/speed-insights": "^1.0.9",
"apexcharts": "^3.45.2",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.0",
"framer-motion": "^11.0.3",
"next": "^14.1.0",
"next-seo": "^6.4.0",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-dom": "^18.2.0"
},
"devDependencies": {
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2"
}
}