forked from Jahia/nextjs-industrial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1 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
{
"name": "nextjs-industrial",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint --fix"
},
"dependencies": {
"@apollo/client": "^3.5.9",
"@fancyapps/ui": "^4.0.26",
"@jahia/nextjs-community-components": "^0.0.13",
"@jahia/nextjs-sdk": "^0.0.6",
"animate.css": "^4.1.1",
"bootstrap": "^4.1.1",
"classnames": "^2.3.1",
"graphql-tag": "^2.12.6",
"next": "^12.3.3",
"next-sitemap": "^3.1.32",
"node-html-parser": "^5.2.0",
"owl.carousel": "^2.3.4",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-bootstrap": "^1.6.5",
"react-bootstrap-icons": "^1.8.1",
"react-dom": "17.0.2",
"sass": "^1.49.9",
"sharp": "^0.31.1",
"xss": "^1.0.11"
},
"devDependencies": {
"eslint": "8.9.0",
"eslint-config-next": "12.0.9",
"eslint-config-xo": "^0.40.0",
"eslint-config-xo-react": "^0.27.0",
"webpack": "^5.69.1"
}
}