-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 1.89 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@trendyol/baklava-icons",
"type": "module",
"version": "0.0.0-dev",
"description": "Icon set for Baklava Design System",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"files": [
"icons/",
"index.js",
"index.d.ts"
],
"homepage": "https://baklava.design",
"repository": "github:Trendyol/baklava-icons",
"bugs": {
"url": "https://github.com/Trendyol/baklava-icons/issues"
},
"author": {
"name": "Trendyol Tech",
"url": "https://github.com/Trendyol"
},
"license": "MIT",
"scripts": {
"build": "node ./scripts/build.mjs",
"commit": "commit",
"prepare": "husky",
"storybook": "npm run build && storybook dev -p 6006",
"build-storybook": "npm run build && storybook build"
},
"keywords": [
"icons"
],
"engines": {
"node": ">=18"
},
"devDependencies": {
"@babel/core": "^7.22.17",
"@chromatic-com/storybook": "^1.5.0",
"@commitlint/cli": "^16.2.4",
"@commitlint/config-conventional": "^16.2.4",
"@commitlint/prompt-cli": "^16.2.4",
"@storybook/addon-essentials": "^8.1.6",
"@storybook/addon-interactions": "^8.1.6",
"@storybook/addon-links": "^8.1.6",
"@storybook/addon-onboarding": "^8.1.6",
"@storybook/blocks": "^8.1.6",
"@storybook/manager-api": "^8.1.6",
"@storybook/react": "^8.1.6",
"@storybook/react-vite": "^8.1.6",
"@storybook/test": "^8.1.6",
"@storybook/theming": "^8.1.6",
"babel-loader": "^8.3.0",
"chromatic": "^11.5.3",
"eslint": "^8.44.0",
"eslint-plugin-storybook": "^0.8.0",
"flexsearch": "^0.7.43",
"fs-extra": "^11.1.1",
"globby": "^13.2.2",
"husky": "^9.0.11",
"natural": "^6.12.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"semantic-release": "^21.0.2",
"storybook": "^8.1.6",
"vite-plugin-svgr": "^4.2.0",
"wordnet-db": "^3.1.14"
}
}