-
Notifications
You must be signed in to change notification settings - Fork 81
/
package.json
99 lines (99 loc) · 3.1 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
94
95
96
97
98
99
{
"name": "react-workspace",
"version": "1.0.3",
"description": "",
"author": "",
"private": true,
"scripts": {
"rcb": "pnpm -r --filter react-code-blocks",
"demo": "pnpm -r --filter demo",
"start:demo": "pnpm demo run start",
"test": "pnpm test",
"nuke": "rm -rf node_modules rm -rf pnpm-lock.yaml",
"commit": "gacp"
},
"workspaces": [
"packages/*",
"demo"
],
"repository": {
"type": "git",
"url": "https://github.com/rajinwonderland/react-code-blocks"
},
"resolutions": {
"react": "^16.11.0",
"react-dom": "^16.11.0",
"refractor": "^3.6.0",
"react-syntax-highlighter": "^15.5.0"
},
"homepage": "https://react-code-blocks.rajinwonderland.vercel.app",
"license": "MIT",
"pnpm": {
"overrides": {
"node-notifier@<8.0.1": ">=8.0.1",
"marked@>=0.3.14 <0.6.2": ">=0.6.2",
"node-forge@<1.0.0": ">=1.0.0",
"cross-fetch@>=3.0.0 <3.1.5": ">=3.1.5",
"node-forge@<1.3.0": ">=1.3.0",
"yargs-parser@>=6.0.0 <13.1.2": ">=13.1.2",
"parse-path@<5.0.0": ">=5.0.0",
"got@<11.8.5": ">=11.8.5",
"react-dev-utils@>=0.4.0 <11.0.4": ">=11.0.4",
"parse-url@<8.1.0": ">=8.1.0",
"jsdom@<=16.4.0": ">=16.5.0",
"ejs@<3.1.7": ">=3.1.7",
"immer@<9.0.6": ">=9.0.6",
"marked@<4.0.10": ">=4.0.10",
"engine.io@>=4.0.0 <6.2.1": ">=6.2.1",
"postcss@<7.0.36": ">=7.0.36",
"browserslist@>=4.0.0 <4.16.5": ">=4.16.5",
"trim@<0.0.3": ">=0.0.3",
"immer@<8.0.1": ">=8.0.1",
"ws@>=7.0.0 <7.4.6": ">=7.4.6",
"glob-parent@<5.1.2": ">=5.1.2",
"loader-utils@<1.4.1": ">=1.4.1",
"loader-utils@>=2.0.0 <2.0.3": ">=2.0.3",
"ansi-html@<0.0.8": ">=0.0.8",
"node-fetch@<2.6.7": ">=2.6.7",
"loader-utils@>=2.0.0 <2.0.4": ">=2.0.4",
"loader-utils@>=1.0.0 <1.4.2": ">=1.4.2",
"shell-quote@<=1.7.2": ">=1.7.3",
"gatsby-plugin-sharp@<4.25.1": ">=4.25.1",
"node-fetch@<2.6.1": ">=2.6.1",
"nth-check@<2.0.1": ">=2.0.1",
"socket.io-parser@>=4.0.4 <4.2.3": ">=4.2.3",
"gatsby@<=4.25.6": ">=4.25.7",
"xml2js@<0.5.0": ">=0.5.0",
"http-cache-semantics@<4.1.1": ">=4.1.1",
"sharp@<0.30.5": ">=0.30.5",
"semver@<5.7.2": ">=5.7.2",
"semver@>=6.0.0 <6.3.1": ">=6.3.1",
"tough-cookie@<4.1.3": ">=4.1.3",
"semver-regex@<3.1.3": ">=3.1.3",
"word-wrap@<1.2.4": ">=1.2.4",
"semver-regex@<3.1.4": ">=3.1.4",
"minimatch@<3.0.5": ">=3.0.5",
"eventsource@<1.1.1": ">=1.1.1",
"highlight.js@>=9.0.0 <10.4.1": ">=10.4.1",
"prismjs@>=1.1.0 <1.21.0": ">=1.21.0",
"prismjs@<1.25.0": ">=1.25.0",
"prismjs@<1.24.0": ">=1.24.0",
"prismjs@<1.23.0": ">=1.23.0",
"highlight.js@<9.18.2": ">=9.18.2",
"prismjs@>=1.14.0 <1.27.0": ">=1.27.0",
"engine.io@>=5.1.0 <6.4.2": ">=6.4.2",
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
"postcss@<8.4.31": ">=8.4.31",
"@babel/traverse@<7.23.2": ">=7.23.2"
}
},
"gacp": {
"add": false,
"push": true,
"emoji": "emoji",
"editor": true
},
"devDependencies": {
"gacp": "^3.0.3"
}
}