-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
29 lines (29 loc) · 1.02 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
{
"name": "design-system",
"version": "0.0.1",
"$description": "Welcome to the __Kode Design System__ repository, your central hub for maintaining and utilizing our design system. This repository houses the essential elements and guidelines to ensure consistency and efficiency in our product design and development process.",
"main": "index.js",
"scripts": {
"preinstall": "git config core.hooksPath hooks",
"build-icons": "node build-icons.js",
"decode-icons": "node decode-icons.js",
"build-tokens": "node build-tokens.js",
"build": "npm run build-icons && npm run build-tokens"
},
"repository": {
"$type": "git",
"url": "git+https://github.com/kadena-community/design-system.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kadena-community/design-system/issues"
},
"homepage": "https://github.com/kadena-community/design-system#readme",
"devDependencies": {
"style-dictionary": "^3.9.2"
},
"dependencies": {
"lodash": "^4.17.21"
}
}