-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.24 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
{
"name": "adv-dupe-inspector",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "webpack --config webpack.config.js --mode development",
"build:production": "webpack --config webpack.config.js --mode production",
"release": "npm run build:production && git add -f dist && git commit -m \"Update build\""
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/jquery": "^3.5.25",
"@types/lodash": "^4.14.200",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"acorn": "^8.11.2",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.8.1",
"domino-ext": "^2.1.4",
"eslint": "^8.52.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"html-webpack-plugin": "^5.5.3",
"jquery": "3.7.1",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.7.6",
"rxjs": "^7.8.1",
"serializr": "^2.0.5",
"ts-loader": "^9.5.0",
"typescript": "^5.2.2",
"typescript-eslint": "^0.0.1-alpha.0",
"webpack": "^5.89.0",
"webpack-cli": "^4.10.0",
"webpack-node-externals": "^3.0.0",
"worker-loader": "^3.0.8"
}
}