-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.59 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
{
"name": "ally-reads",
"version": "1.1.0",
"description": "An accessibility suite giving you control over what you read.",
"main": "index.js",
"repository": "[email protected]:KL13NT/ally-reads.git",
"author": "Nabil <[email protected]>",
"license": "GPL-3.0-only",
"scripts": {
"develop:ext": "yarn web-ext run --verbose",
"develop:webpack": "webpack --watch --mode production --config webpack.config.js",
"prebuild": "webpack --mode production --config webpack.config.js",
"build": "yarn web-ext build -a ./docs/web-ext-artifacts --overwrite-dest",
"web-ext": "node \"./node_modules/web-ext/bin/web-ext\"",
"test": "jest --colors --expand --logHeapUsage --config jest.config.js --verbose",
"docs": "./node_modules/.bin/jsdoc -c ./jsdoc.json -r ./ -d docs"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-optional-catch-binding": "^7.8.3",
"@babel/plugin-proposal-pipeline-operator": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"clean-jsdoc-theme": "^2.2.10",
"compression-webpack-plugin": "^3.1.0",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.3",
"jest": "^25.1.0",
"jsdoc": "^3.6.3",
"jsdom": "^16.1.0",
"rewire": "^4.0.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"web-ext": "^4.0.0",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
}
}