1
1
{
2
- "name" : " @chakra-ui/docs" ,
3
- "version" : " 2.1.2" ,
4
- "private" : true ,
5
- "scripts" : {
6
- "dev" : " next" ,
7
- "build" : " next build" ,
8
- "lint" : " next lint" ,
9
- "gen:theme-typings" : " chakra-cli tokens theme.ts" ,
10
- "avatars:gen" : " ts-node scripts/avatars.ts" ,
11
- "members:gen" : " ts-node scripts/all-members.ts" ,
12
- "start" : " next start" ,
13
- "test" : " jest" ,
14
- "clean" : " rimraf .next .mdx-data" ,
15
- "analyze" : " ANALYZE=true next build"
16
- },
17
- "dependencies" : {
18
- "@chakra-ui/cli" : " 1.5.3" ,
19
- "@chakra-ui/icons" : " ^1.0.17" ,
20
- "@chakra-ui/props-docs" : " 1.0.37" ,
21
- "@chakra-ui/react" : " 1.6.12" ,
22
- "@chakra-ui/skip-nav" : " ^1.1.13" ,
23
- "@chakra-ui/theme-tools" : " 1.2.3" ,
24
- "@chakra-ui/utils" : " 1.8.4" ,
25
- "@docsearch/react" : " ^1.0.0-alpha.27" ,
26
- "@docusaurus/utils" : " ^2.0.0-alpha.69" ,
27
- "@emotion/jest" : " 11.1.0" ,
28
- "@emotion/react" : " ^11.1.4" ,
29
- "@emotion/styled" : " ^11.0.0" ,
30
- "@mdx-js/react" : " ^1.6.22" ,
31
- "@octokit/rest" : " ^18.0.12" ,
32
- "country-flag-icons" : " ^1.4.11" ,
33
- "date-fns" : " ^2.16.1" ,
34
- "docsearch.js" : " ^2.6.3" ,
35
- "dotenv-cli" : " ^4.0.0" ,
36
- "execa" : " ^5.1.1" ,
37
- "focus-visible" : " 5.2.0" ,
38
- "formik" : " ^2.2.9" ,
39
- "framer-motion" : " ^4.1.17" ,
40
- "github-slugger" : " ^1.3.0" ,
41
- "gray-matter" : " ^4.0.3" ,
42
- "highlight-words-core" : " ^1.2.2" ,
43
- "i18next" : " ^21.3.2" ,
44
- "i18next-browser-languagedetector" : " ^6.1.2" ,
45
- "i18next-resources-to-backend" : " ^1.0.0" ,
46
- "lodash" : " ^4.17.21" ,
47
- "match-sorter" : " ^6.1.0" ,
48
- "next" : " ^12.0.1" ,
49
- "next-mdx-enhanced" : " ^5.0.0" ,
50
- "next-mdx-remote" : " ^3.0.4" ,
51
- "next-seo" : " ^4.17.0" ,
52
- "prism-react-renderer" : " ^1.1.1" ,
53
- "react" : " ^17.0.1" ,
54
- "react-dom" : " ^17.0.1" ,
55
- "react-focus-lock" : " ^2.5.2" ,
56
- "react-i18next" : " ^11.12.0" ,
57
- "react-icons" : " ^4.1.0" ,
58
- "react-live" : " ^2.2.3" ,
59
- "react-lorem-component" : " ^0.13.0" ,
60
- "react-multi-ref" : " 1.0.0" ,
61
- "react-player" : " ^2.9.0" ,
62
- "react-spinners" : " ^0.11.0" ,
63
- "react-table" : " ^7.7.0" ,
64
- "remark" : " ^14.0.1" ,
65
- "remark-autolink-headings" : " ^7.0.1" ,
66
- "remark-emoji" : " ^3.0.1" ,
67
- "remark-images" : " ^3.0.0" ,
68
- "remark-mdx" : " ^1.6.22" ,
69
- "remark-slug" : " ^7.0.1" ,
70
- "remark-toc" : " ^8.0.1" ,
71
- "remark-unwrap-images" : " ^3.0.0" ,
72
- "scroll-into-view-if-needed" : " ^2.2.26" ,
73
- "shelljs" : " ^0.8.4" ,
74
- "superjson" : " ^1.7.4" ,
75
- "typescript" : " ^4.1.3"
76
- },
77
- "devDependencies" : {
78
- "@next/bundle-analyzer" : " ^10.0.5" ,
79
- "@types/github-slugger" : " ^1.3.0" ,
80
- "@types/node" : " ^14.14.19" ,
81
- "@types/react" : " ^17.0.0" ,
82
- "@types/react-dom" : " ^17.0.0" ,
83
- "@types/sharp" : " ^0.26.1" ,
84
- "babel-plugin-superjson-next" : " ^0.3.0" ,
85
- "eslint" : " <8.0.0" ,
86
- "eslint-config-next" : " ^12.0.1" ,
87
- "imagemin" : " 7.0.1" ,
88
- "imagemin-jpegtran" : " 7.0.0" ,
89
- "next-compose-plugins" : " ^2.2.1" ,
90
- "ts-node" : " 9.1.1"
91
- }
92
- }
2
+ "name" : " @chakra-ui/docs" ,
3
+ "version" : " 2.1.2" ,
4
+ "private" : true ,
5
+ "scripts" : {
6
+ "dev" : " next" ,
7
+ "build" : " next build" ,
8
+ "lint" : " next lint" ,
9
+ "gen:theme-typings" : " chakra-cli tokens theme.ts" ,
10
+ "avatars:gen" : " ts-node scripts/avatars.ts" ,
11
+ "members:gen" : " ts-node scripts/all-members.ts" ,
12
+ "start" : " next start" ,
13
+ "test" : " jest" ,
14
+ "clean" : " rimraf .next .mdx-data" ,
15
+ "analyze" : " ANALYZE=true next build"
16
+ },
17
+ "dependencies" : {
18
+ "@chakra-ui/cli" : " 1.5.3" ,
19
+ "@chakra-ui/icons" : " ^1.0.17" ,
20
+ "@chakra-ui/props-docs" : " 1.0.37" ,
21
+ "@chakra-ui/react" : " 1.6.12" ,
22
+ "@chakra-ui/skip-nav" : " ^1.1.13" ,
23
+ "@chakra-ui/theme-tools" : " 1.2.3" ,
24
+ "@chakra-ui/utils" : " 1.8.4" ,
25
+ "@docsearch/react" : " ^1.0.0-alpha.27" ,
26
+ "@docusaurus/utils" : " ^2.0.0-alpha.69" ,
27
+ "@emotion/jest" : " 11.1.0" ,
28
+ "@emotion/react" : " ^11.1.4" ,
29
+ "@emotion/styled" : " ^11.0.0" ,
30
+ "@mdx-js/react" : " ^1.6.22" ,
31
+ "@octokit/rest" : " ^18.0.12" ,
32
+ "country-flag-icons" : " ^1.4.11" ,
33
+ "date-fns" : " ^2.16.1" ,
34
+ "docsearch.js" : " ^2.6.3" ,
35
+ "dotenv-cli" : " ^4.0.0" ,
36
+ "execa" : " ^5.1.1" ,
37
+ "focus-visible" : " 5.2.0" ,
38
+ "formik" : " ^2.2.9" ,
39
+ "framer-motion" : " ^4.1.17" ,
40
+ "github-slugger" : " ^1.3.0" ,
41
+ "gray-matter" : " ^4.0.3" ,
42
+ "highlight-words-core" : " ^1.2.2" ,
43
+ "i18next" : " ^21.3.2" ,
44
+ "i18next-browser-languagedetector" : " ^6.1.2" ,
45
+ "i18next-resources-to-backend" : " ^1.0.0" ,
46
+ "lodash" : " ^4.17.21" ,
47
+ "match-sorter" : " ^6.1.0" ,
48
+ "next" : " ^12.0.1" ,
49
+ "next-mdx-enhanced" : " ^5.0.0" ,
50
+ "next-mdx-remote" : " ^3.0.4" ,
51
+ "next-seo" : " ^4.17.0" ,
52
+ "prism-react-renderer" : " ^1.1.1" ,
53
+ "react" : " ^17.0.1" ,
54
+ "react-dom" : " ^17.0.1" ,
55
+ "react-focus-lock" : " ^2.5.2" ,
56
+ "react-i18next" : " ^11.12.0" ,
57
+ "react-icons" : " ^4.1.0" ,
58
+ "react-live" : " ^2.2.3" ,
59
+ "react-lorem-component" : " ^0.13.0" ,
60
+ "react-multi-ref" : " 1.0.0" ,
61
+ "react-player" : " ^2.9.0" ,
62
+ "react-spinners" : " ^0.11.0" ,
63
+ "react-table" : " ^7.7.0" ,
64
+ "remark" : " ^14.0.1" ,
65
+ "remark-autolink-headings" : " ^7.0.1" ,
66
+ "remark-emoji" : " ^3.0.1" ,
67
+ "remark-images" : " ^3.0.0" ,
68
+ "remark-mdx" : " ^1.6.22" ,
69
+ "remark-slug" : " ^7.0.1" ,
70
+ "remark-toc" : " ^8.0.1" ,
71
+ "remark-unwrap-images" : " ^3.0.0" ,
72
+ "scroll-into-view-if-needed" : " ^2.2.26" ,
73
+ "shelljs" : " ^0.8.4" ,
74
+ "superjson" : " ^1.7.4" ,
75
+ "typescript" : " ^4.1.3"
76
+ },
77
+ "devDependencies" : {
78
+ "@next/bundle-analyzer" : " ^10.0.5" ,
79
+ "@types/github-slugger" : " ^1.3.0" ,
80
+ "@types/node" : " ^14.14.19" ,
81
+ "@types/react" : " ^17.0.0" ,
82
+ "@types/react-dom" : " ^17.0.0" ,
83
+ "@types/sharp" : " ^0.26.1" ,
84
+ "babel-plugin-superjson-next" : " ^0.3.0" ,
85
+ "eslint" : " <8.0.0" ,
86
+ "eslint-config-next" : " ^12.0.1" ,
87
+ "eslint-config-prettier" : " ^8.3.0" ,
88
+ "eslint-plugin-prettier" : " ^4.0.0" ,
89
+ "imagemin" : " 7.0.1" ,
90
+ "imagemin-jpegtran" : " 7.0.0" ,
91
+ "next-compose-plugins" : " ^2.2.1" ,
92
+ "prettier" : " ^2.4.1" ,
93
+ "ts-node" : " 9.1.1"
94
+ }
95
+ }
0 commit comments