-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
41 lines (41 loc) · 967 Bytes
/
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
{
"name": "agility-next-starter",
"version": "13.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build-swa": "next build && rm -rf ./.next/cache",
"start": "next start",
"lint": "next lint"
},
"engines": {
"node": "18.X"
},
"dependencies": {
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"classnames": "^2.3.2",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"html-react-parser": "^3.0.4",
"luxon": "^3.1.0",
"next": "^15.0.3",
"react": "^18.3.1",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"react-infinite-scroll-component": "^6.1.0",
"string-strip-html": "^13.4.8",
"typescript": "4.9.3"
},
"devDependencies": {
"@agility/content-fetch": "^2.0.0",
"@agility/nextjs": "^15.0.3",
"@tailwindcss/typography": "^0.5.8",
"@types/luxon": "^3.1.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"tailwindcss": "^3.3.3"
}
}