-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 2.79 KB
/
Copy pathpackage.json
File metadata and controls
103 lines (103 loc) · 2.79 KB
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
{
"name": "@mini-code/env-scripts",
"version": "0.0.6",
"description": "React 工程化构建环境",
"main": "index.js",
"scripts": {
"release": "npm publish --access=public"
},
"bin": {
"mini-scripts": "./bin/scripts.js",
"minictl": "./bin/scripts.js"
},
"dependencies": {
"@babel/core": "7.4.3",
"@babel/plugin-proposal-export-default-from": "7.2.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.4.2",
"@svgr/webpack": "4.1.0",
"babel-eslint": "10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "8.0.6",
"babel-plugin-named-asset-import": "^0.3.7",
"babel-preset-react-app": "^10.0.0",
"bfj": "^7.0.2",
"camelcase": "^6.1.0",
"case-sensitive-paths-webpack-plugin": "2.3.0",
"css-loader": "4.3.0",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"eslint-webpack-plugin": "^2.1.0",
"file-loader": "6.0.0",
"fs-extra": "8.1.0",
"html-webpack-plugin": "4.3.0",
"identity-obj-proxy": "3.0.0",
"is-wsl": "^1.1.0",
"less": "^3.11.3",
"less-loader": "^7.1.0",
"long": "^4.0.0",
"mini-css-extract-plugin": "0.11.3",
"optimize-css-assets-webpack-plugin": "5.0.1",
"pnp-webpack-plugin": "1.2.1",
"postcss": "8.2.1",
"postcss-flexbugs-fixes": "4.2.1",
"postcss-import": "14.0.0",
"postcss-loader": "3.0.0",
"postcss-normalize": "8.0.1",
"postcss-preset-env": "6.7.0",
"postcss-safe-parser": "5.0.2",
"react-app-polyfill": "^2.0.0",
"react-dev-utils": "^11.0.1",
"react-refresh": "^0.8.3",
"resolve": "1.10.0",
"resolve-url-loader": "^3.1.2",
"sass": "1.30.0",
"sass-loader": "10.1.0",
"semver": "6.0.0",
"speed-measure-webpack-plugin": "^1.3.3",
"style-loader": "2.0.0",
"terser-webpack-plugin": "4.2.3",
"thread-loader": "^3.0.1",
"ts-loader": "^8.0.3",
"ts-pnp": "1.2.0",
"url-loader": "4.1.1",
"web-vitals": "^0.2.4",
"webpack": "4.44.2",
"webpack-bundle-analyzer": "3.9.0",
"webpack-dev-server": "3.11.0",
"webpack-manifest-plugin": "2.2.0",
"webpack-merge": "4.2.2",
"workbox-webpack-plugin": "5.1.4",
"yup": "0.32.8"
},
"resolutions": {
"@types/react-dom": "17.0.0",
"@types/react": "17.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/minimal-studio/mini-scripts.git"
},
"keywords": [
"react",
"app",
"scripts"
],
"author": "Alex",
"license": "MIT",
"bugs": {
"url": "https://github.com/minimal-studio/mini-scripts/issues"
},
"homepage": "https://github.com/minimal-studio/mini-scripts#readme",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}