-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.25 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
{
"name": "creative-kit",
"version": "1.0.0",
"description": "creative-kit for react developers (design-system)",
"main": "index.js",
"private": false,
"scripts": {
"prepare": "husky",
"build:token": "npx tsx packages/react/scripts/generateToken.ts"
},
"keywords": [
"creative",
"kit",
"react",
"design",
"native",
"hooks",
"ui",
"components",
"library"
],
"author": {
"name": "Sungju Cho",
"email": "[email protected]",
"url": "https://github.com/iamfiro"
},
"contributors": [],
"licenses": [
{
"type": "MIT",
"url": "https://opensource.org/licenses/MIT"
}
],
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"@types/node": "^22.9.0",
"husky": "^9.1.7",
"postcss": "^8.4.49",
"rollup": "^4.29.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
},
"dependencies": {
"tslib": "^2.8.1"
}
}