-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.68 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
47
48
49
50
51
52
53
54
55
{
"name": "todo-with-chakra-ui-typescript",
"version": "1.0.0",
"scripts": {
"build": "next build",
"build:prod": "yarn install:submodule && yarn copy-submodule-data && next build",
"copy-submodule-data": "mkdir -p public/data && cp -r javascript-algorithms/src public/data",
"dev": "next",
"install:submodule": "git submodule add --force https://github.com/trekhleb/javascript-algorithms.git",
"start": "next start"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.5",
"@chakra-ui/react": "^1.3.3",
"@chakra-ui/skip-nav": "^1.1.2",
"@chakra-ui/theme-tools": "1.0.4",
"@emotion/react": "11.1.5",
"@emotion/styled": "11.1.5",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^10.0.7",
"@types/fs-extra": "^9.0.8",
"@types/glob": "^7.1.3",
"depcheck": "^1.4.0",
"directory-tree": "^2.2.7",
"framer-motion": "^3.5.2",
"fs-extra": "^9.1.0",
"glob": "^7.1.6",
"glob-promise": "^4.1.0",
"gray-matter": "^4.0.2",
"ignore-loader": "^0.1.2",
"next": "latest",
"next-seo": "^4.20.0",
"raw-loader": "^4.0.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-icons": "^4.2.0",
"react-markdown": "^5.0.3",
"remark-gfm": "^1.0.0",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@types/node": "^14.6.0",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-react": "^7.19.0",
"prettier": "^2.0.2",
"typescript": "4.0.5"
},
"license": "MIT"
}