-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.78 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.78 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
{
"name": "@uniwebcms/module-builder",
"version": "1.9.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uniwebcms/uniweb-module-builder.git"
},
"keywords": [
"uniweb"
],
"files": [
"src"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/uniwebcms/uniweb-module-builder/issues"
},
"homepage": "https://github.com/uniwebcms/uniweb-module-builder#readme",
"dependencies": {
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"assets-webpack-plugin": "^7.1.1",
"autoprefixer": "^10.4.13",
"chalk": "^4.1.2",
"compression-webpack-plugin": "^10.0.0",
"file-loader": "^6.2.0",
"fs-extra": "^11.1.0",
"handlebars": "^4.7.8",
"image-size": "^1.1.1",
"js-yaml": "^4.1.0",
"postcss-preset-env": "^7.8.3",
"sass": "^1.50.0",
"sass-loader": "^12.6.0",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.1",
"uuid": "^9.0.0",
"yargs": "^17.7.2"
},
"peerDependencies": {
"@babel/core": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.13.13",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/mdx": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.0",
"postcss": "^8.4.20",
"postcss-loader": "^7.0.2",
"raw-loader": "^4.0.2",
"style-loader": "^2.0.0",
"webpack": "^5.74.0"
},
"optionalDependencies": {
"cloudflared": "^0.5.3"
},
"packageManager": "yarn@4.1.0"
}