forked from metrofun/vkfox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 3.03 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
{
"name": "vkfox",
"version": "5.7.14",
"license": "WTFPL",
"repository": {
"type": "git",
"url": "https://github.com/EnverOsmanov/vkfox"
},
"scripts": {
"bundle": "gulp",
"bundleProd": "gulp production",
"ffox": "web-ext run -s target/firefox/ --firefox-profile=firefox-developer",
"ffoxMac": "web-ext run -s target/firefox/ --firefox-profile=dev-edition-default",
"sign": "web-ext sign -s target/firefox/ --api-key=$AMO_JWT_ISSUER --api-secret=$AMO_JWT_SECRET --id='{d5c559a3-a91c-4e87-bb58-014081aa47aa}'",
"signProd": "web-ext sign -s target/firefox/ --api-key=$AMO_JWT_ISSUER --api-secret=$AMO_JWT_SECRET --id='{41977694-5aed-4e30-8390-77a62a771360}'",
"testProd": "web-ext run -s target/firefox/",
"stats": "webpack --profile --json > target/webpack-stats.json",
"test": "jasmine-ts --config=jasmine.json",
"zip": "web-ext build -s target/firefox/ --overwrite-dest"
},
"dependencies": {
"aws-sdk": "^2.797.0",
"backbone": "^1.4.0",
"bootstrap": "^5.0.1",
"emoji": "^0.3.2",
"font-awesome": "^4.7.0",
"immutable-assign": "^2.1.4",
"jquery": "^3.5.1",
"lazysizes": "^5.2.2",
"linkifyjs": "^2.1.9",
"lodash": "^4.17.20",
"lottie-web": "^5.7.4",
"moment": "^2.29.1",
"path-browserify": "^1.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0",
"roboto-fontface": "^0.10.0",
"sanitize-html": "^2.1.2",
"util": "^0.12.3"
},
"devDependencies": {
"@types/backbone": "^1.4.5",
"@types/bootstrap": "^5.0.13",
"@types/gulp": "^4.0.7",
"@types/jasmine": "^3.6.2",
"@types/jquery": "^3.5.4",
"@types/lodash": "^4.14.165",
"@types/node": "^16.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.6",
"@types/sanitize-html": "^2.3.0",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"css-loader": "^5.0.1",
"del": "^6.0.0",
"eslint": "^7.13.0",
"file-loader": "^6.2.0",
"font-awesome-sass-loader": "^2.0.1",
"gulp": "^4.0.2",
"gulp-debug": "^4.0.0",
"gulp-env": "^0.4.0",
"gulp-eslint": "^6.0.0",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-preprocess": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-typescript": "^5.0.1",
"gulplog": "^1.0.0",
"html-webpack-plugin": "^5.0.0",
"jasmine": "^3.6.3",
"jasmine-spec-reporter": "^7.0.0",
"messageformat": "^2.3.0",
"messageformat-loader": "^0.8.1",
"mini-css-extract-plugin": "^2.0.0",
"node-notifier": "^10.0.0",
"node-sass": "^6.0.0",
"resolve": "^1.19.0",
"resolve-url-loader": "^4.0.0",
"sass-loader": "^12.1.0",
"source-map-loader": "^3.0.0",
"style-loader": "^3.0.0",
"ts-loader": "^9.0.0",
"ts-node": "^10.0.0",
"typescript": "^4.1.2",
"vinyl-named": "^1.1.0",
"vinyl-source-stream": "^2.0.0",
"web-ext": "^6.0.0",
"webextension-polyfill-ts": "^0.26.0",
"webpack": "^5.6.0",
"webpack-cli": "^4.3.0"
}
}