-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 862 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
{
"name": "src",
"version": "1.5.6.4",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Mukhle/sx-dash-plus.git"
},
"author": "Mukhle",
"license": "MIT",
"private": true,
"scripts": {
"watch": "webpack --config webpack/webpack.dev.js --watch",
"build": "webpack --config webpack/webpack.prod.js",
"lint": "eslint . --format visualstudio"
},
"devDependencies": {
"@types/chrome": "^0.0.190",
"@types/lodash": "^4.14.182",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.18.0",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"dayjs": "^1.11.3",
"lodash": "^4.17.21"
},
"packageManager": "[email protected]"
}