forked from Simon-Tesla/RaccoonyWebEx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.33 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
{
"name": "raccoony-webextension",
"version": "1.2.5",
"description": "A WebExtension for adding shiny features to art websites",
"repository": {
"type": "git",
"url": "git+https://github.com/Simon-Tesla/RaccoonyWebEx.git"
},
"scripts": {
"build": "gulp build",
"clean": "gulp clean",
"sign": "gulp sign"
},
"author": "Simon-Tesla <[email protected]>",
"license": "MIT",
"private": true,
"dependencies": {
"@ungap/promise-all-settled": "^1.1.2",
"classnames": "^2.2.6",
"debounce": "^1.2.0",
"intl-messageformat": "^2.2.0",
"luxon": "^1.22.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-image-lightbox": "^4.6.0",
"webextension-polyfill": "^0.6.0"
},
"devDependencies": {
"@types/chrome": "0.0.54",
"@types/classnames": "^2.2.9",
"@types/intl-messageformat": "^1.3.1",
"@types/luxon": "^1.22.0",
"@types/react": "^16.9.20",
"@types/react-dom": "^16.9.5",
"babel-runtime": "^6.26.0",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-merge-json": "^1.3.1",
"gulp-typescript": "^5.0.1",
"gulp-zip": "^4.2.0",
"path-exists": "^3.0.0",
"typescript": "^3.7.5",
"web-ext": "^6.3.0",
"web-ext-types": "^3.2.1",
"webpack-stream": "^6.1.1"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
}
}