-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
105 lines (105 loc) · 3.41 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
{
"name": "opack-suite-react",
"version": "0.0.11",
"main": "src/index.js",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.9.0",
"@babel/register": "^7.0.0",
"@types/react": "^17.0.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.2.1",
"babel-plugin-aliases": "^1.0.1",
"babel-plugin-import": "^1.7.0",
"babel-plugin-lodash": "^3.3.4",
"babel-polyfill": "^6.26.0",
"eslint-plugin-import": "^2.22.1",
"inquirer": "^6.0.0",
"lerna": "^3.22.1",
"precommit": "^1.2.2",
"cz-emoji-xg": "1.0.3"
},
"scripts": {},
"dependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.9.0",
"@babel/register": "^7.0.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"autoprefixer": "^10.0.2",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.2.1",
"babel-plugin-aliases": "^1.0.1",
"babel-plugin-import": "^1.7.0",
"babel-plugin-lodash": "^3.3.4",
"babel-polyfill": "^6.26.0",
"bash-color": "0.0.4",
"cache-loader": "^4.1.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.3.2",
"cross-env": "^5.1.1",
"crypto-browserify": "^3.12.0",
"css-loader": "^5.0.1",
"detect-port": "^1.3.0",
"eslint": "^7.14.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-html": "^4.0.3",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-react": "^7.9.1",
"eslint-plugin-react-hooks": "^2.5.1",
"eslint-webpack-plugin": "^2.4.0",
"express": "^4.16.4",
"file-loader": "^6.2.0",
"fs-extra": "^7.0.0",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^5.0.0-alpha.14",
"ignore-styles": "^5.0.1",
"inquirer": "^6.0.0",
"json-loader": "^0.5.7",
"less": "^3.9.0",
"less-loader": "^7.1.0",
"mini-css-extract-plugin": "^1.3.1",
"moment": "^2.29.1",
"mos-mss": "^1.1.8",
"nyc": "^14.1.1",
"opack-cli": "0.0.1",
"postcss": "^8.1.10",
"postcss-loader": "^4.1.0",
"progress-bar-webpack-plugin": "^2.1.0",
"prop-types": "^15.6.1",
"qs": "^6.5.2",
"react-refresh": "^0.9.0",
"sass": "^1.30.0",
"sass-loader": "^10.1.0",
"scss-parser": "^1.0.3",
"shelljs": "^0.8.4",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.11",
"typescript": "^3.9.3",
"url-loader": "^4.1.1",
"webpack": "^5.6.0",
"webpack-cli": "^4.2.0",
"webpack-dev-middleware": "^4.0.2",
"webpack-dev-server": "^3.11.0",
"webpack-hot-middleware": "^2.25.0",
"webpack-parallel-uglify-plugin": "^1.1.2"
},
"config": {}
}