-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.71 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
{
"name": "gccomment",
"version": "1.0.0",
"description": "",
"source": "src/index.user.js",
"browserslist": "> 0.5%, last 2 versions, Firefox ESR, not dead",
"custommain": "dist/gccomment.user.js",
"dev": "distDev/gccomment_dev.js",
"targets": {
"custommain": {
"optimize": true
},
"dev": {
"optimize": false,
"sourceMap": {
"inline": true
}
}
},
"scripts": {
"start": "node scripts/copyDevScript.js && parcel watch --target dev --no-hmr",
"build": "parcel build --target custommain",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install"
},
"keywords": [],
"author": "",
"dependencies": {
"@swc/helpers": "^0.4.7",
"@toast-ui/editor": "^3.2.0",
"async": "^3.2.3",
"datatables.net": "^1.11.3",
"datatables.net-dt": "^1.11.3",
"dropzone": "^6.0.0-beta.2",
"file-saver": "^2.0.5",
"jquery": "^3.6.1",
"lighterhtml": "^4.2.0"
},
"devDependencies": {
"@parcel/transformer-inline-string": "^2.7.0",
"@types/dropzone": "^5.7.4",
"@types/file-saver": "^2.0.5",
"@types/gapi": "^0.0.42",
"@types/gapi.auth2": "^0.0.56",
"@types/gapi.client.drive": "^3.0.13",
"@types/jquery": "^3.5.11",
"@types/leaflet": "^1.7.8",
"@types/node": "^18.7.8",
"@types/tampermonkey": "^4.0.5",
"husky": "^7.0.0",
"parcel": "^2.7.0",
"prettier": "^2.5.1",
"prettier-plugin-organize-imports": "^3.1.0",
"pretty-quick": "^3.1.3",
"process": "^0.11.10"
}
}