-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.17 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
{
"name": "e-nollning-web",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "ANALYZE=true yarn build"
},
"author": {
"name": "Axel Froborg <[email protected]>"
},
"dependencies": {
"@next/bundle-analyzer": "^14.0.1",
"axios": "^1.6.0",
"colortranslator": "^3.0.2",
"current-week-number": "^1.0.7",
"dayjs": "^1.11.10",
"framer-motion": "^10.16.4",
"googleapis": "^128.0.0",
"gsap": "^3.12.2",
"next": "14.0.1",
"next-absolute-url": "^1.2.2",
"next-pwa": "^5.6.0",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-gsap": "^3.2.1",
"react-icons": "^4.11.0",
"sass": "^1.69.5",
"weeknumber": "^1.2.1"
},
"devDependencies": {
"@types/gsap": "^3.0.0",
"@types/node": "20.8.10",
"@types/react": "18.2.33",
"@types/react-dom": "^18.2.14",
"autoprefixer": "^10.4.16",
"eslint": "8.52.0",
"eslint-config-next": "14.0.1",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3.3.5",
"typescript": "5.2.2"
}
}