-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.71 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
{
"name": "jaen-template",
"description": "Template for Jaen projects",
"version": "1.0.0",
"private": true,
"author": "Florian Kleber",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "NODE_OPTIONS=--max-old-space-size=8192 gatsby develop -H 0.0.0.0",
"start": "yarn develop",
"build": "NODE_OPTIONS=--max-old-space-size=8192 gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"postinstall": "patch-package"
},
"dependencies": {
"@atsnek/jaen": "^1.0.0-rc.87",
"@atsnek/jaen-fields-mdx": "^1.0.0-rc.19",
"@chakra-ui/icons": "^2.1.0",
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@reach/router": "^1.3.4",
"flexsearch": "^0.7.43",
"framer-motion": "^10.16.1",
"gatsby": "^5.11.0",
"gatsby-jaen-mailpress": "0.0.6",
"gatsby-plugin-cloudflare-pages": "^1.0.2",
"gatsby-plugin-jaen": "^1.0.0-rc.102",
"github-slugger": "^2.0.0",
"prismjs": "^1.29.0",
"quantum-circuit": "^0.9.218",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.4",
"react-highlight-words": "^0.20.0",
"react-tsparticles": "^2.12.2",
"tsparticles": "^2.12.0",
"zxcvbn": "^4.4.2",
"react-simple-code-editor": "^0.13.1",
"snek-query": "^0.0.114",
"use-debounce": "^10.0.0"
},
"devDependencies": {
"@types/github-slugger": "^2.0.0",
"@types/node": "^20.3.3",
"@types/prismjs": "^1.26.1",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-highlight-words": "^0.16.4",
"@types/zxcvbn": "^4.4.4",
"patch-package": "^8.0.0",
"typescript": "^5.1.6"
}
}