-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
129 lines (129 loc) · 3.58 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "@mntm/scripts",
"version": "4.1.0",
"packageManager": "[email protected]",
"publishConfig": {
"access": "public"
},
"author": {
"name": "Anton Petrov",
"email": "[email protected]",
"url": "https://petrov.engineer"
},
"description": "A drop-in replacement for react-scripts.",
"license": "MIT",
"keywords": [
"react-scripts",
"scripts",
"webpack",
"typescript"
],
"homepage": "https://github.com/maxi-team/scripts",
"bugs": "https://github.com/maxi-team/scripts",
"repository": {
"type": "git",
"url": "https://github.com/maxi-team/scripts.git"
},
"bin": {
"mntm-scripts": "./bin/mntm-scripts.js"
},
"scripts": {
"postinstall": "node ./bin/postinstall.js"
},
"dependencies": {
"@babel/core": "^7.18.5",
"@babel/plugin-proposal-object-rest-spread": "^7.18.0",
"@babel/plugin-transform-runtime": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@babel/preset-typescript": "^7.17.12",
"@babel/runtime": "^7.18.3",
"@prefresh/babel-plugin": "^0.4.3",
"@prefresh/core": "^1.3.4",
"@prefresh/utils": "^1.1.3",
"@prefresh/webpack": "^3.3.3",
"@svgr/webpack": "^6.2.1",
"@vkontakte/vk-miniapps-deploy": "^0.0.26",
"@vkontakte/vk-tunnel": "^0.1.2",
"address": "^1.2.0",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"browserslist": "^4.21.0",
"chalk": "~4.1.2",
"core-js": "^3.23.2",
"cross-spawn": "~7.0.3",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"cssnano": "^5.1.12",
"cssnano-preset-advanced": "^5.3.8",
"detect-port-alt": "^1.1.6",
"dotenv": "~10.0.0",
"dotenv-expand": "~5.1.0",
"escape-string-regexp": "~4.0.0",
"file-loader": "~6.2.0",
"filesize": "~6.3.0",
"fork-ts-checker-webpack-plugin": "^7.2.11",
"fs-extra": "^10.1.0",
"gzip-size": "~6.0.0",
"html-webpack-plugin": "^5.5.0",
"is-root": "~2.1.0",
"loader-utils": "^3.2.0",
"mini-css-extract-plugin": "^2.6.1",
"module-alias": "~2.2.2",
"new-url-loader": "^0.1.1",
"open": "^8.4.0",
"postcss": "^8.4.14",
"postcss-color-functional-notation": "^4.2.3",
"postcss-color-hex-alpha": "^8.0.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-image-set-function": "^4.0.6",
"postcss-loader": "^7.0.0",
"postcss-nested": "^5.0.6",
"postcss-overflow-shorthand": "^3.0.3",
"postcss-replace-overflow-wrap": "^4.0.0",
"postcss-safe-parser": "^6.0.0",
"resolve": "^1.22.1",
"resolve-url-loader": "^5.0.0",
"shell-quote": "^1.7.3",
"strip-ansi": "~6.0.1",
"style-loader": "^3.3.1",
"terser": "^5.14.1",
"terser-webpack-plugin": "^5.3.3",
"url-loader": "^4.1.1",
"webpack": "^5.73.0",
"webpack-dev-middleware": "^5.3.3",
"webpack-dev-server": "^4.9.2"
},
"devDependencies": {
"@mntm/eslint-config": "^1.2.0",
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.0.0",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-middleware": "^5.3.0",
"@types/webpack-env": "^1.17.0",
"eslint": "^8.18.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"typescript": "^4.7.4"
},
"peerDependencies": {
"@mntm/react": "^17",
"preact": "^10",
"typescript": "^4"
},
"peerDependenciesMeta": {
"@mntm/react": {
"optional": false
},
"preact": {
"optional": false
},
"typescript": {
"optional": false
}
},
"engines": {
"node": ">=16.0.0"
}
}