-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
146 lines (146 loc) · 4.55 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"//": "NOTE: This is a generated file. Do not edit this file directly, edit package.json.js instead.",
"name": "@fortanix/baklava",
"version": "1.0.0-beta-20250121-2",
"license": "MPL-2.0",
"author": "Fortanix",
"description": "Fortanix Baklava design system",
"repository": {
"type": "git",
"url": "git+https://github.com/fortanix/baklava.git"
},
"files": [
"src",
"app",
"dist",
"LICENSE",
"CHANGELOG.md",
"README.md"
],
"sideEffects": [
"*.css"
],
"type": "module",
"exports": {
".": {
"types": "./dist/baklava.d.ts",
"default": "./dist/baklava.js"
},
"./styling/variables.scss": {
"default": "./src/styling/variables.scss"
},
"./styling/defs.scss": {
"default": "./src/styling/defs.scss"
},
"./styling/layers.scss": {
"default": "./src/styling/layers.scss"
}
},
"scripts": {
"gen-package": "node package.json.js",
"install-project": "npm run gen-package && npm install",
"node": "node --import=tsx",
"repl": "tsx",
"plop": "NODE_OPTIONS=\"--import tsx\" plop",
"import": "tsx scripts/import.ts",
"automate": "tsx scripts/automate.ts",
"verify": "tsx scripts/verify.ts",
"serve:dev": "vite --config=./vite.config.ts serve",
"build": "tsc -b && vite --config=./vite.config.ts build && npm run verify verify:build",
"storybook:serve": "storybook dev -p 6006",
"storybook:build": "storybook build --docs",
"chromatic": "npx chromatic",
"check:types": "tsc -b",
"lint:style": "stylelint 'src/**/*.scss'",
"lint:script": "biome lint",
"lint": "npm run lint:style; npm run lint:script",
"test": "npm run check:types && npm run lint:style",
"test-ui": "vitest --ui",
"coverage": "vitest run --coverage",
"test:storybook": "test-storybook --failOnConsole --browsers chromium --maxWorkers=1",
"test:storybook-ci": "\n npx playwright install --with-deps chromium && npx concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"npm run storybook:build --quiet && npx http-server storybook-static --port 6006 --silent\" \"npx wait-on tcp:6006 && npm run test:storybook\"\n ",
"start": "npm run storybook:serve",
"prepare": "npm run build"
},
"devDependencies": {
"plop": "^4.0.1",
"tsx": "^4.19.2",
"glob": "^11.0.1",
"vite": "^5.4.11",
"@vitejs/plugin-react": "^4.3.4",
"vite-plugin-dts": "^4.5.0",
"vite-plugin-lib-inject-css": "^2.2.1",
"vite-plugin-svg-icons": "^2.0.1",
"typescript": "^5.7.3",
"@types/node": "^22.10.5",
"stylelint": "^16.12.0",
"stylelint-config-standard-scss": "^14.0.0",
"@biomejs/biome": "^1.9.4",
"vitest": "^2.1.8",
"@vitest/ui": "^2.1.8",
"axe-playwright": "^2.0.3",
"storybook": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/test": "^8.4.7",
"@storybook/test-runner": "^0.21.0",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-a11y": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/addon-storysource": "^8.4.7",
"@storybook/addon-designs": "^8.0.4",
"chromatic": "^11.22.2",
"@chromatic-com/storybook": "^3.2.3",
"storybook-dark-mode": "^4.0.2",
"@percy/cli": "^1.30.6",
"@percy/storybook": "^6.0.3",
"vite-css-modules": "^1.6.0",
"typescript-plugin-css-modules": "^5.0.1",
"sass-embedded": "^1.83.1",
"lightningcss": "^1.29.1",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"@types/react-table": "^7.7.20",
"@ngneat/falso": "^6.4.0"
},
"dependencies": {
"date-fns": "^4.1.0",
"message-tag": "^0.10.0",
"classnames": "^2.5.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^5.0.0",
"@floating-ui/react": "^0.26.28",
"react-table": "^7.8.0",
"react-datepicker": "^7.6.0",
"effect": "^3.12.1",
"react-hook-form": "^7.54.2",
"optics-ts": "^2.4.1"
},
"peerDependencies": {
"react": ">= 19.0.0",
"react-dom": ">= 19.0.0"
},
"peerDependenciesMeta": {},
"optionalDependencies": {},
"overrides": {
"@storybook/addon-designs": {
"react": "$react",
"react-dom": "$react-dom"
},
"@storybook/icons": {
"react": "$react",
"react-dom": "$react-dom"
},
"react-datepicker": {
"react": "$react",
"react-dom": "$react-dom"
},
"react-table": {
"react": "$react",
"react-dom": "$react-dom"
}
}
}