generated from githubnext/blocks-template
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
93 lines (93 loc) · 2.86 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "custom-block-template",
"version": "0.0.0",
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"scripts": {
"start": "blocks start",
"build": "blocks build",
"prepare": "husky install"
},
"dependencies": {
"@codemirror/autocomplete": "^0.19.15",
"@codemirror/closebrackets": "^0.19.1",
"@codemirror/commands": "^0.19.8",
"@codemirror/comment": "^0.19.1",
"@codemirror/fold": "^0.19.3",
"@codemirror/gutter": "^0.19.9",
"@codemirror/highlight": "^0.19.8",
"@codemirror/history": "^0.19.2",
"@codemirror/language": "^0.19.10",
"@codemirror/language-data": "^0.19.2",
"@codemirror/lint": "^0.19.6",
"@codemirror/matchbrackets": "^0.19.4",
"@codemirror/rectangular-selection": "^0.19.2",
"@codemirror/search": "^0.19.9",
"@codemirror/state": "^0.19.9",
"@codemirror/view": "^0.19.48",
"@codesandbox/sandpack-react": "^0.19.3",
"@excalidraw/excalidraw": "^0.10.0",
"@fullstackio/cq": "^6.0.9",
"@fullstackio/remark-cq": "^6.1.2",
"@githubnext/blocks": "^1.2.1",
"@githubocto/flat-ui": "^0.14.1",
"@mdx-js/runtime": "2.0.0-next.9",
"@octokit/rest": "^18.12.0",
"@primer/octicons-react": "^16.0.0",
"@primer/primitives": "^7.8.3",
"@primer/react": "^35.2.0",
"@react-three/drei": "^7.20.5",
"@react-three/fiber": "^7.0.19",
"@replit/codemirror-interact": "^0.19.2",
"@tensorflow-models/universal-sentence-encoder": "^1.3.3",
"@tensorflow/tfjs": "^3.14.0",
"@types/d3": "^7.1.0",
"@types/js-yaml": "^4.0.5",
"@types/lodash.flatten": "^4.4.7",
"@types/papaparse": "^5.3.1",
"axios": "^0.26.1",
"cssjson": "^2.1.3",
"d3": "^7.1.1",
"dompurify": "^2.3.3",
"js-yaml": "^4.1.0",
"lodash.flatten": "^4.4.0",
"lz-string": "^1.4.4",
"ol": "^6.14.1",
"p5": "^1.4.1",
"papaparse": "^5.3.1",
"picomatch": "^2.3.1",
"picomatch-browser": "^2.2.6",
"react": "^18.1.0",
"react-diff-view": "^2.4.8",
"react-dom": "^18.1.0",
"react-image-annotation": "^0.9.10",
"react-json-view": "^1.21.3",
"react-query": "^3.32.1",
"react-select": "^5.2.1",
"react-syntax-highlighter": "^15.4.5",
"react-use": "^17.3.1",
"recharts": "^2.1.6",
"rlayers": "^1.3.2",
"styled-components": "^5.3.5",
"three": "^0.134.0",
"twind": "^0.16.17",
"unidiff": "^1.0.2"
},
"devDependencies": {
"@types/git-url-parse": "^9.0.1",
"@types/lodash": "^4.14.176",
"@types/lz-string": "^1.3.34",
"@types/p5": "^1.4.1",
"@types/parse-github-url": "^1.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-syntax-highlighter": "^13.5.2",
"@types/three": "^0.134.0",
"@vitejs/plugin-react": "^1.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.5",
"prettier": "2.5.1",
"typescript": "^4.3.2"
}
}