-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.16 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
{
"name": "growi-plugin-quickchart",
"version": "1.0.2",
"description": "GROWI plugin for generate chart/graph",
"license": "MIT",
"keywords": [
"growi",
"growi-plugin"
],
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-google-charts": "^4.0.1",
"react-innertext": "^1.1.5"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@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": "^12.1.6",
"eslint-config-weseek": "^2.1.0",
"eslint-import-resolver-typescript": "^3.2.5",
"eslint-plugin-import": "^2.26.0",
"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.1.2",
"typescript": "^5.4.5",
"vite": "^5.3.1"
},
"growiPlugin": {
"schemaVersion": "4",
"types": [
"script"
]
}
}