-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 912 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 912 Bytes
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
{
"name": "onejs-core",
"description": "The JS part of OneJS, a UI framework and Scripting Engine for Unity.",
"version": "3.0.6",
"repository": {
"type": "git",
"url": "https://github.com/Singtaa/onejs-core"
},
"main": "./dist/index.js",
"types": "./typings.d.ts",
"bin": {
"oj": "./bin/oj.js"
},
"dependencies": {
"chalk": "^4.1.2",
"commander": "^11.0.0",
"css-flatten": "^2.0.0",
"css-simple-parser": "^3.0.0",
"fs-extra": "^11.2.0",
"ora": "^5.4.1",
"progress": "^2.0.3",
"rimraf": "^5.0.7",
"tar": "^7.2.0"
},
"devDependencies": {
"esbuild": "^0.20.0",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.1",
"tailwindcss": "^3.4.17",
"tiny-glob": "^0.2.9",
"xml2js": "^0.6.2"
}
}