forked from ramilivia/extensible-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 886 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 886 Bytes
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
{
"name": "reference-marketing-website",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^1.8.9",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.8.1",
"framer-motion": "^6.2.9",
"graphql": "16.3.0",
"graphql-request": "4.2.0",
"he": "1.2.0",
"lodash.camelcase": "4.3.0",
"lodash.startcase": "4.4.0",
"next": "12.3.4",
"next-mdx-remote": "^3.0.0",
"next-seo": "5.4.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-slick": "^0.30.3",
"react-transition-group": "4.4.2",
"slick-carousel": "^1.8.1",
"yet-another-react-lightbox": "^2.0.0"
},
"devDependencies": {
"eslint": "8.13.0",
"eslint-config-next": "12.1.4",
"prettier": "2.6.2"
}
}