-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.69 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.69 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
{
"name": "@enercido/clay-compiler-esbuild",
"version": "0.0.11",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"keywords": [
"esbuild",
"clay",
"postcss",
"vue"
],
"author": {
"name": "Enercido ALcantara"
},
"repository": {
"type": "git",
"url": "https://github.com/ealcantara22/clay-compiler-esbuild.git"
},
"engines": {
"npm": ">=10.0.0",
"node": ">=20.0.0"
},
"license": "ISC",
"description": "",
"dependencies": {
"@vue/component-compiler": "^4.2.4",
"@vue/component-compiler-utils": "^3.3.0",
"acorn": "^8.15.0",
"acorn-globals": "^7.0.1",
"acorn-walk": "^8.3.4",
"assert": "^2.1.0",
"autoprefixer": "^10.4.20",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"clayhandlebars": "^5.0.2",
"crypto-browserify": "^3.12.1",
"domain-browser": "^5.7.0",
"esbuild": "^0.25.5",
"events": "^3.3.0",
"fs-extra": "^11.3.0",
"globby": "^14.0.2",
"hash-sum": "^2.0.0",
"https-browserify": "^1.0.0",
"lodash": "^4.17.21",
"magic-string": "^0.30.17",
"os-browserify": "^0.3.0",
"oxc-resolver": "^11.2.0",
"path-browserify": "^1.0.1",
"postcss": "^8.5.6",
"postcss-import": "^16.1.1",
"postcss-mixins": "^11.0.3",
"postcss-nested": "^7.0.2",
"postcss-simple-vars": "^7.0.1",
"process": "^0.11.10",
"readable-stream": "^4.7.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"timers-browserify": "^2.0.12",
"tty-browserify": "^0.0.1",
"url": "^0.11.4",
"util": "^0.12.5",
"vm-browserify": "^1.1.2",
"vue-template-compiler": "^2.7.16"
}
}