-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1019 Bytes
/
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
{
"name": "a2sv-companion",
"version": "1.0.0",
"description": "A2SV Browser Extension",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/meraf00/a2sv-companion.git"
},
"author": "Leul Wujira",
"license": "ISC",
"bugs": {
"url": "https://github.com/meraf00/a2sv-companion/issues"
},
"homepage": "https://github.com/meraf00/a2sv-companion#readme",
"scripts": {
"dev": "webpack --mode production --watch",
"build": "webpack --mode production"
},
"devDependencies": {
"@types/chrome": "^0.0.254",
"@types/lodash": "^4.14.202",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"postcss": "^8.4.32",
"postcss-loader": "^7.3.4",
"postcss-preset-env": "^9.3.0",
"style-loader": "^3.3.3",
"tailwindcss": "^3.4.0",
"ts-loader": "^9.5.1",
"url-loader": "^4.1.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"octokit": "^3.1.2",
"path": "^0.12.7"
}
}