-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
86 lines (86 loc) · 2.42 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "m1pro",
"description": "Enhance UI/UX for https://monopoly-one.com",
"version": "1.0.5",
"author": {
"name": "Smoke",
"email": "alex.dymov@gmail.com"
},
"packageManager": "pnpm@7.11.0",
"sideEffects": [
"*.css",
"*.less"
],
"eslintIgnore": [
"dist/*.js",
"node_modules"
],
"scripts": {
"lint": "eslint --ext .ts,.js src",
"preversion": "npm run lint",
"postversion": "git push --follow-tags",
"analize": "npm_config_report=true npm run build",
"build": "parallel-webpack --config config/webpack.config.cjs -- --prod",
"dev": "parallel-webpack --config config/webpack.config.cjs --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/alexdymov/m1pro"
},
"private": true,
"dependencies": {
"jquery": "^2.2.4",
"lodash": "^4.17.21",
"p-throttle": "^5.0.0",
"vue-class-component": "^7.2.6"
},
"devDependencies": {
"@babel/core": "7.15.5",
"@babel/preset-env": "7.15.6",
"@types/jquery": "^3.5.6",
"@types/lodash": "^4.14.176",
"@types/node": "^20.12.4",
"@typescript-eslint/eslint-plugin": "4.31.2",
"@typescript-eslint/parser": "4.31.2",
"ajv": ">=6.12.3",
"async": ">=2.6.4",
"babel-loader": "8.2.2",
"browserslist": "4.17.0",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "6.7.1",
"eslint": "7.32.0",
"eslint-config-standard": "16.0.3",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-standard": "4.1.0",
"file-loader": "^6.2.0",
"generate-json-webpack-plugin": "^2.0.0",
"html-loader": "^3.0.1",
"jpeg-js": ">=0.4.4",
"json-schema": ">=0.4.0",
"less": "4.1.1",
"less-loader": "10.0.1",
"minimist": ">=1.2.6",
"nth-check": ">=2.0.1",
"parallel-webpack": "^2.6.0",
"remark": "^13.0.0",
"remark-html": "^13.0.2",
"remark-loader": "^4.0.0",
"remove-files-webpack-plugin": "^1.4.5",
"style-loader": "3.2.1",
"sync": "^0.2.5",
"ts-loader": "9.2.6",
"typescript": "4.4.3",
"userscript-metadata-webpack-plugin": "0.1.0",
"vue": "^2.6.0",
"webpack": "5.46.0",
"webpack-bundle-analyzer": "4.4.2",
"webpack-cli": "4.8.0",
"webpack-livereload-plugin": "3.0.2",
"webpack-merge": "5.8.0",
"webpack-node-externals": "^3.0.0",
"wrapper-webpack-plugin": "2.2.2",
"zip-webpack-plugin": "^4.0.1"
}
}