forked from supryantowp/devcodes.tech
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.24 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.24 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
{
"name": "necuts",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.1",
"@chakra-ui/react": "^1.0.1",
"@emotion/react": "^11.1.1",
"@emotion/styled": "^11.0.0",
"chakra-ui-markdown-renderer": "^1.0.0",
"date-fns": "^2.16.1",
"framer-motion": "^2.9.4",
"graphql": "^15.4.0",
"graphql-request": "^3.3.0",
"next": "10.0.3",
"next-seo": "^4.17.0",
"prism-react-renderer": "^1.1.1",
"react": "17.0.1",
"react-datocms": "^1.4.5",
"react-dom": "17.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^3.11.0",
"react-markdown": "^5.0.3",
"tiny-json-http": "^7.3.0"
},
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/node": "^14.14.9",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/tiny-json-http": "^7.3.0",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"eslint": "^7.14.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-simple-import-sort": "^6.0.1",
"next-sitemap": "^1.3.16",
"typescript": "^4.1.2"
}
}