-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.97 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
{
"name": "qiita-rainbow-header",
"version": "0.0.0",
"description": "Qiita Rainbow Header",
"main": "",
"scripts": {
"dev": "webextension-toolbox dev",
"build": "webextension-toolbox build",
"lint": "eslint ./app/scripts --ext .ts --cache --format 'node_modules/eslint-formatter-friendly'",
"lint:fix": "yarn lint --fix",
"supported-browsers": "yarn browserslist",
"archive": "git archive HEAD -o storage/source.zip",
"type-check": "tsc",
"preinstall": "typesync || :"
},
"repository": {
"type": "git",
"url": "git://github.com/yamadashy/qiita-rainbow-header.git"
},
"keywords": [
"chrome",
"extension",
"firefox",
"addon",
"qiita",
"markdown"
],
"author": "yamadashy",
"license": "MIT",
"bugs": {
"url": "https://github.com/yamadashy/qiita-rainbow-header/issues"
},
"dependencies": {
"core-js": "3.8.1"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.11.5",
"@babel/preset-typescript": "^7.8.3",
"@types/babel__core": "^7.1.10",
"@types/babel__preset-env": "^7.9.1",
"@types/chrome": "^0.0.127",
"@types/core-js": "2.5.4",
"@types/eslint": "^7.2.3",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/prettier": "^2.1.1",
"@types/webpack-bundle-analyzer": "^3.8.0",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"babel-loader": "^8.0.6",
"eslint": "^7.10.0",
"eslint-config-prettier": "^7.1.0",
"eslint-formatter-friendly": "^7.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.1.4",
"fork-ts-checker-webpack-plugin": "^6.0.8",
"prettier": "^2.1.2",
"typescript": "^4.0.3",
"typesync": "^0.8.0",
"webextension-toolbox": "^3.0.0",
"webpack-bundle-analyzer": "^4.3.0"
},
"engines": {
"node": ">=10",
"yarn": "^1.18.0"
}
}