-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.16 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
{
"name": "cck-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/icons": "2.0.19",
"@chakra-ui/react": "2.7.1",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"classnames": "2.3.2",
"dayjs": "1.11.8",
"eslint-import-resolver-alias": "1.1.2",
"framer-motion": "10.12.16",
"graphql": "16.6.0",
"graphql-request": "6.1.0",
"next": "13.4.6",
"next-seo": "6.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.9.0",
"react-markdown": "8.0.7",
"sass": "1.63.4"
},
"devDependencies": {
"@babel/eslint-parser": "7.22.7",
"@next/eslint-plugin-next": "13.4.9",
"eslint": "8.43.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-next": "13.4.6",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-html": "7.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "2.8.8",
"prettier-eslint": "15.0.1",
"stylelint-config-recommended": "12.0.0"
}
}