This repository was archived by the owner on Oct 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 2.73 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 2.73 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "shastraos-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{js,ts,tsx,md}\"",
"generate": "dfx generate site_backend"
},
"prettier": {
"arrowParens": "always",
"semi": true,
"trailingComma": "all",
"singleQuote": true
},
"dependencies": {
"@mdx-js/loader": "1.6.22",
"@modulz/design-system": "0.6.2",
"@modulz/radix-icons": "4.0.0",
"@radix-ui/primitive": "0.1.0",
"@radix-ui/react-avatar": "^1.0.2",
"@radix-ui/react-compose-refs": "0.1.0",
"@radix-ui/react-context": "0.1.1",
"@radix-ui/react-use-callback-ref": "0.1.0",
"@solana/web3.js": "^1.75.0",
"@svgr/webpack": "^6.5.1",
"clsx": "1.2.1",
"copy-to-clipboard": "3.3.1",
"date-fns": "2.19.0",
"fontsource-jetbrains-mono": "^4.0.0",
"framer-motion": "7.10.3",
"glob": "7.1.6",
"gray-matter": "4.0.2",
"hast-util-to-html": "7.1.2",
"hast-util-to-string": "1.0.4",
"imagemin-optipng": "8.0.0",
"lodash.debounce": "4.0.8",
"mdx-bundler": "3.2.1",
"mdx-prism": "0.3.3",
"next": "10.0.8",
"next-compose-plugins": "2.2.1",
"next-optimized-images": "2.6.2",
"next-themes": "0.0.14",
"next-transpile-modules": "6.3.0",
"next-videos": "1.4.0",
"parse-numeric-range": "1.2.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-icons": "^4.8.0",
"react-remove-scroll": "2.4.1",
"reading-time": "1.3.0",
"refractor": "3.3.1",
"rehype": "11.0.0",
"rehype-parse": "7.0.1",
"remark-autolink-headings": "6.0.1",
"remark-slug": "6.0.0",
"seamless-scroll-polyfill": "1.2.3",
"unified": "9.2.1",
"unist-util-visit": "2.0.3",
"webpack": "^5.79.0"
},
"devDependencies": {
"@dfinity/agent": "0.15.1",
"@dfinity/candid": "0.15.1",
"@dfinity/principal": "0.15.1",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.51",
"@types/node": "14.14.33",
"@types/react": "17.0.3",
"assert": "2.0.0",
"buffer": "6.0.3",
"copy-webpack-plugin": "^11.0.0",
"events": "3.3.0",
"html-webpack-plugin": "5.5.0",
"prettier": "2.2.1",
"process": "0.11.10",
"prop-types": "^15.8.1",
"stream-browserify": "3.0.0",
"terser-webpack-plugin": "^5.3.7",
"typescript": "4.2.3",
"util": "0.12.4",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.13.3"
},
"browserslist": [
"last 2 chrome version",
"last 2 firefox version",
"last 2 safari version",
"last 2 edge version"
],
"peerDependencies": {
"prop-types": "^15.6.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"webpack": "^4.0.0"
}
}