-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.49 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.49 KB
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
48
49
50
51
52
53
{
"name": "aethorewbsite",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.15",
"@chakra-ui/react": "^1.6.7",
"@craco/craco": "^6.3.0",
"@emotion/babel-plugin": "^11.3.0",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^11.1.2",
"babel-plugin-styled-components": "^1.13.2",
"framer-motion": "^4",
"gray-matter": "^4.0.3",
"next": "11.1.2",
"next-mdx-remote": "^3.0.4",
"next-pwa": "^5.3.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"tailwindcss": "^2.2.15"
},
"devDependencies": {
"@types/js-yaml": "^4.0.3",
"@types/marked": "^3.0.0",
"@types/react": "17.0.24",
"@types/react-slick": "^0.23.5",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"autoprefixer": "^10.3.4",
"eslint": "^7.32.0",
"eslint-config-next": "11.1.2",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-import-helpers": "^1.1.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.2.0",
"postcss": "^8.3.6",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.4.1",
"typescript": "4.4.3"
}
}