-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 1 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
{
"name": "akitos-automated-utilities",
"version": "1.0.0",
"description": "Automated utilities for websites to aid in purchasing graphics cards",
"main": "index.js",
"scripts": {
"prod": "webpack --config webpack/webpack.prod.js",
"dev": "webpack --config webpack/webpack.dev.js"
},
"author": "Albert Sun (akito#9528)",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"jquery": "^3.6.0",
"webextension-polyfill-ts": "^0.26.0"
},
"devDependencies": {
"@tsconfig/svelte": "^2.0.1",
"@types/chrome": "^0.0.158",
"@types/glob": "^7.1.4",
"@types/jquery": "^3.5.6",
"css-loader": "^6.3.0",
"glob": "^7.2.0",
"path": "^0.12.7",
"sass": "^1.42.1",
"svelte": "^3.43.0",
"svelte-check": "^2.0.0",
"svelte-hmr": "^0.14.7",
"svelte-loader": "^3.1.2",
"svelte-preprocess": "^4.9.5",
"ts-loader": "^9.2.6",
"tslib": "^2.3.1",
"typescript": "^4.3.5",
"webpack-cli": "^4.8.0",
"webpack-remove-empty-scripts": "^0.7.1"
}
}