forked from subscriptionscore/extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 2.06 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
{
"name": "subscriptionscore-extension",
"version": "0.4.4",
"private": true,
"main": "index.js",
"repository": "[email protected]:squarecat/subscriptionscore-extension.git",
"author": "Squarecat <[email protected]>",
"license": "MIT",
"scripts": {
"lint": "eslint ./src/js",
"build": "./scripts/build.sh",
"build:dev": "./scripts/build-dev.sh",
"verify": "npx lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts yarnpkg.org registry.yarnpkg.com"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/plugin-proposal-async-generator-functions": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-object-rest-spread": "^7.7.4",
"@babel/plugin-syntax-async-generators": "^7.7.4",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-transform-async-to-generator": "^7.7.4",
"@babel/plugin-transform-regenerator": "^7.7.4",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@welldone-software/why-did-you-render": "^3.3.9",
"babel": "^6.23.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "5.1.1",
"crx3": "^1.1.2",
"css-loader": "^3.2.1",
"dotenv-webpack": "^1.7.0",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"file-loader": "^5.0.2",
"fs-extra": "^8.1.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.0",
"prettier": "^1.19.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.1",
"webpack": "4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0",
"write-file-webpack-plugin": "^4.5.1",
"zip-webpack-plugin": "^3.0.0"
},
"dependencies": {}
}