-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.22 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.22 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
{
"name": "growi-plugin-github-embed",
"version": "1.0.0",
"description": "GROWI plugin for embed github content",
"license": "MIT",
"keywords": [
"growi",
"growi-plugin"
],
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"highlight.js": "^11.11.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-innertext": "^1.1.5",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.18.0",
"eslint-config-next": "^14.2.4",
"eslint-config-weseek": "^2.1.0",
"eslint-import-resolver-typescript": "^3.2.5",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.1.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-regex": "^1.10.0",
"jest": "^29.7.0",
"typescript": "^5.5.2",
"vite": "^5.3.2"
},
"growiPlugin": {
"schemaVersion": "4",
"types": [
"script"
]
}
}