forked from ballerina-platform/ballerina-dev-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.99 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "reactmk",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"export": "next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@jsdevtools/rehype-toc": "^3.0.2",
"@react-aria/ssr": "^3.1.2",
"algoliasearch": "^4.13.1",
"arraybuffer-loader": "^1.0.8",
"bootstrap": "^5.1.3",
"dompurify": "^2.3.8",
"dotenv": "^16.0.1",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"isomorphic-dompurify": "^0.20.0",
"jquery": "^3.6.0",
"js-yaml": "^4.1.0",
"lightgallery": "^2.7.1",
"liquidjs": "^10.0.0",
"next": "12.1.0",
"next-image-export-optimizer": "^0.10.0",
"next-sitemap": "^3.1.15",
"path": "^0.12.7",
"qs": "^6.10.3",
"react": "17.0.2",
"react-bootstrap": "^2.8.0",
"react-copy-to-clipboard": "^5.1.0",
"react-device-detect": "^2.2.2",
"react-dom": "17.0.2",
"react-icons": "^4.10.1",
"react-instantsearch-dom": "^6.26.0",
"react-markdown": "^8.0.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-document": "^6.0.1",
"rehype-format": "^4.0.1",
"rehype-parse": "^8.0.4",
"rehype-raw": "^6.1.1",
"rehype-remark": "^9.1.2",
"rehype-slug": "^5.0.1",
"rehype-stringify": "^9.0.3",
"rehype-toc": "^3.0.2",
"remark": "^14.0.2",
"remark-external-links": "^9.0.1",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.1",
"remark-normalize-headings": "^3.0.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"remark-stringify": "^10.0.2",
"remark-toc": "^8.0.1",
"shelljs": "^0.8.5",
"shiki": "^0.14.2",
"time-stamp": "^2.2.0",
"to-vfile": "^7.2.3",
"unified": "^10.1.2"
},
"devDependencies": {
"eslint": "8.11.0",
"eslint-config-next": "12.1.0"
},
"browser": {
"fs": false,
"path": false,
"os": false
}
}