-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.25 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
{
"name": "agento",
"version": "0.2.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=production",
"dev": "webpack --mode=development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cereme/agento.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cereme/agento/issues"
},
"homepage": "https://github.com/cereme/agento#readme",
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/plugin-transform-react-jsx": "^7.12.17",
"@babel/preset-env": "^7.11.0",
"@babel/preset-typescript": "^7.13.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"archiver": "^5.0.0",
"babel-loader": "^8.1.0",
"copy-webpack-plugin": "^6.0.3",
"eslint": "^7.22.0",
"eslint-config-preact": "^1.1.3",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1",
"ts-loader": "^8.0.18",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-extension-reloader": "^1.1.4"
},
"dependencies": {
"preact": "^10.5.13",
"preact-css-styled": "^1.0.2",
"webextension-polyfill": "^0.7.0"
}
}