forked from atsnek/photonq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.92 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
{
"name": "jaen-template",
"description": "Template for Jaen projects",
"version": "1.0.0",
"private": true,
"author": "Nico Schett",
"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"
},
"dependencies": {
"@atsnek/jaen": "^1.0.0-rc.46",
"@atsnek/jaen-fields-mdx": "^1.0.0-rc.4",
"@chakra-ui/anatomy": "^2.2.0",
"@chakra-ui/icons": "^2.1.0",
"@chakra-ui/react": "^2.8.1",
"@chakra-ui/theme-tools": "^2.1.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@reach/router": "^1.3.4",
"@snek-functions/origin": "^0.9.8",
"date-fns": "^2.30.0",
"flexsearch": "^0.7.31",
"framer-motion": "^10.16.1",
"gatsby": "^5.11.0",
"gatsby-jaen-lens": "^0.0.17",
"gatsby-jaen-mailpress": "^0.0.1",
"gatsby-plugin-cloudflare-pages": "^1.0.2",
"gatsby-plugin-jaen": "^1.0.0-rc.68",
"immer": "^10.0.2",
"prismjs": "^1.29.0",
"quantum-circuit": "^0.9.218",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-highlight-words": "^0.20.0",
"react-hook-form": "^7.45.4",
"react-simple-code-editor": "^0.13.1",
"react-syntax-highlighter": "^15.5.0",
"react-tsparticles": "^2.12.2",
"tsparticles": "^2.12.0",
"tsparticles-slim": "^2.12.0",
"zustand": "^4.4.1",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@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/react-syntax-highlighter": "^15.5.7",
"@types/zxcvbn": "^4.4.2",
"esm": "^3.2.25",
"gatsby-plugin-compile-es6-packages": "^2.1.1",
"typescript": "^5.1.6"
}
}