-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.16 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
{
"name": "create-new-ui",
"version": "0.0.6",
"description": "A semantic, BEM-based UI framework.",
"files": [
"dist/new.es.js",
"vite.config.js",
"src/new.js",
"README.md",
"LICENSE"
],
"main": "./dist/new.es.js",
"bin": {
"create-new-ui": "./dist/new.es.js"
},
"type": "module",
"scripts": {
"dev": "node ./src/new.js",
"build": "vite build && pnpm run postbuild",
"start": "node ./dist/new.es.js",
"postbuild": "chmod +x dist/new.es.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NewDesignFile/create-new-ui.git"
},
"keywords": [
"foundations",
"responsive",
"ui",
"type-styles",
"modular",
"typography",
"tokens",
"spacings",
"effects",
"colors",
"spacings",
"reset",
"new"
],
"author": "@planetabhi",
"license": "MIT",
"bugs": {
"url": "https://github.com/NewDesignFile/create-new-ui/issues"
},
"homepage": "https://new-ui.com",
"dependencies": {
"chalk": "^5.3.0",
"commander": "^12.1.0",
"fs-extra": "^11.2.0",
"inquirer": "^12.2.0"
},
"devDependencies": {
"vite": "^6.0.3"
}
}