-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.45 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
{
"name": "@altlab/click-in-text",
"version": "0.1.2",
"description": "Cree click-in-text plugin",
"scripts": {
"build": "cross-env NODE_ENV=production webpack && ts-node libexec/fix-non-ascii-contentscript.ts && ts-node libexec/zip-extension.ts",
"build_dist": "cross-env NODE_ENV=production webpack",
"prepack": "yarn run build_dist",
"dev": "webpack --watch",
"test": "ts-node libexec/integration-test.ts",
"lint": "eslint . --ext .ts,.js",
"lint-fix": "eslint --fix . --ext .ts,.js"
},
"devDependencies": {
"@types/chrome": "0.0.127",
"@types/jquery": "^3.5.5",
"@types/node": "^14.14.11",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"clean-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.6.0",
"cross-env": "^7.0.2",
"cypress": "^7.0.1",
"eslint": "^7.0.0",
"eslint-plugin-cypress": "^2.11.2",
"html-loader": "^1.3.2",
"jszip": "^3.5.0",
"local-web-server": "^4.2.1",
"raw-loader": "^4.0.2",
"recursive-readdir": "^2.2.2",
"source-map-loader": "^1.1.3",
"ts-loader": "^8.0.11",
"ts-node": "^9.1.1",
"typescript": "^4.1.2",
"wait-on": "^3.2.0",
"webpack": "^4.28.2",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"debug": "^4.1.1",
"jquery": "^3.5.0",
"xregexp": "^4.2.0"
},
"resolutions": {
"serialize-javascript": "4.0.0",
"minimist": "1.2.5",
"ssri": ">=8.0.1"
}
}