-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 2.11 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 2.11 KB
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
{
"name": "browser-scripts",
"version": "1.0.0",
"description": "A collection of scripts that I use to make websites work harder for me.",
"main": "none",
"scripts": {
"setup": "ln -f \"src/Notion Sidebar Expander.js\" \"src/Notion Sidebar Expander/content.js\"",
"test": "npm run lint",
"lint": "npm run lint:js",
"lint:js": "eslint . --ext .js,.jsx",
"lint:js:fix": "eslint . --ext .js,.jsx --fix",
"build:readme": "node generate-readme.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/georgegillams/browser-scripts.git"
},
"author": "George Gillams",
"license": "MIT",
"bugs": {
"url": "https://github.com/georgegillams/browser-scripts/issues"
},
"homepage": "https://github.com/georgegillams/browser-scripts#readme",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "8.0.6",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-dynamic-import-node": "2.3.0",
"babel-plugin-react-transform": "3.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-react-constant-elements": "6.23.0",
"babel-plugin-transform-react-inline-elements": "6.22.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"eslint": "^6.4.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-skyscanner-with-prettier": "^0.8.0",
"eslint-import-resolver-webpack": "^0.12.0",
"eslint-plugin-flowtype": "^4.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-redux-saga": "^1.1.0",
"eslint_d": "^8.0.0",
"jest-cli": "^24.9.0",
"lint-staged": "^10.2.13"
}
}