forked from Trendyol/baklava
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
132 lines (132 loc) · 4.45 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "@trendyol/baklava",
"type": "module",
"version": "0.0.0-dev",
"description": "Trendyol Baklava Design System",
"main": "dist/baklava.js",
"module": "dist/baklava.js",
"types": "dist/baklava.d.ts",
"publishConfig": {
"access": "public"
},
"files": [
"dist/"
],
"homepage": "https://baklava.design",
"repository": "github:Trendyol/baklava",
"bugs": {
"url": "https://github.com/Trendyol/baklava/issues"
},
"author": {
"name": "Trendyol Tech",
"url": "https://github.com/Trendyol"
},
"license": "MIT",
"scripts": {
"prestart": "npm run build",
"prepare": "husky install",
"start": "npm run storybook:dev",
"analyze": "cem analyze",
"commit": "commit",
"build": "del-cli dist/ && npm run analyze && npm run generate-react-exports && tsc --emitDeclarationOnly && node scripts/build.js",
"build-storybook": "NODE_ENV=production storybook build -o storybook-static",
"build-storybook-docs": "storybook build --docs",
"serve": "node scripts/build.js --serve",
"storybook:dev": "storybook dev -p 1994",
"lint": "npm-run-all -s lint:*",
"lint:tsc": "tsc --noEmit",
"lint:eslint": "eslint .",
"lint:style": "stylelint src/**/*.css",
"format": "npm-run-all -s format:*",
"format:code": "eslint --fix ./src && prettier --write ./src",
"fix": "npm run format && npm run lint",
"ci": "rm -rf node_modules && npm install --frozen-lockfile",
"clean": "npm-run-all -s clean:*",
"clean:dist": "rimraf dist",
"clean:modules": "rimraf node_modules",
"reset": "npm run clean && npm install",
"reboot": "npm run clean && npm install && npm start",
"pretest": "npm run build",
"test": "web-test-runner --coverage",
"test:dev": "web-test-runner --coverage --dev",
"test:component": "npm run test -- --group",
"test:watch": "web-test-runner --coverage --watch",
"test:debug": "web-test-runner --coverage --watch --debug",
"test:headless": "web-test-runner --coverage --watch --debug --headless",
"generate-react-exports": "node scripts/generate-react-exports.js"
},
"keywords": [
"web-components",
"typescript",
"lit"
],
"dependencies": {
"@floating-ui/dom": "^1.2.3",
"@fontsource-variable/rubik": "^5.0.2",
"@lit-labs/react": "^1.1.1",
"@open-wc/form-control": "^0.7.0",
"@open-wc/form-helpers": "^0.2.2",
"element-internals-polyfill": "^1.2.3",
"lit": "^2.6.1"
},
"engines": {
"node": ">=16"
},
"devDependencies": {
"@commitlint/cli": "^16.2.4",
"@commitlint/config-conventional": "^16.2.4",
"@commitlint/prompt-cli": "^16.2.4",
"@custom-elements-manifest/analyzer": "^0.6.3",
"@open-wc/testing": "^3.1.6",
"@rollup/plugin-replace": "^4.0.0",
"@storybook/addon-a11y": "7.0.18",
"@storybook/addon-actions": "7.0.18",
"@storybook/addon-essentials": "7.0.18",
"@storybook/addon-interactions": "^7.0.18",
"@storybook/addon-links": "7.0.18",
"@storybook/addon-mdx-gfm": "^7.0.18",
"@storybook/addon-viewport": "^7.0.18",
"@storybook/jest": "^0.1.0",
"@storybook/testing-library": "^0.1.0",
"@storybook/web-components": "7.0.18",
"@storybook/web-components-vite": "^7.0.18",
"@types/estree": "0.0.47",
"@types/prettier": "^2.6.4",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@web/dev-server-esbuild": "0.2.16",
"@web/dev-server-import-maps": "^0.0.7",
"@web/dev-server-rollup": "^0.3.17",
"@web/test-runner": "^0.15.2",
"@web/test-runner-playwright": "^0.9.0",
"@web/test-runner-puppeteer": "^0.12.0",
"@webcomponents/webcomponentsjs": "^2.7.0",
"chromatic": "^6.17.1",
"clean-css": "^5.3.2",
"del": "^6.1.0",
"del-cli": "^5.0.0",
"esbuild": "^0.17.16",
"esbuild-plugin-lit-css": "^2.0.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-storybook": "^0.6.12",
"globby": "^13.1.1",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"minimist": "^1.2.6",
"npm-run-all": "^4.1.5",
"pascal-case": "^3.1.2",
"prettier": "^2.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup-plugin-lit-css": "^4.0.0",
"storybook": "7.0.18",
"stylelint": "^14.11.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^28.0.0",
"ts-lit-plugin": "^1.2.1",
"typescript": "4.6.3",
"wait-on": "^5.3.0"
},
"customElements": "dist/custom-elements.json"
}