forked from adevinta/spark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
148 lines (148 loc) · 5.26 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
147
148
{
"name": "spark",
"private": true,
"version": "0.0.0",
"type": "module",
"license": "MIT",
"scripts": {
"prepare": "husky install",
"postinstall": "lerna run build",
"clean": "lerna clean --yes && lerna exec -- rm -rf dist",
"build": "lerna run build",
"build:watch": "lerna run build && lerna watch -- lerna run build --since",
"release": "lerna publish --yes",
"storybook:start": "storybook dev -p 6006",
"storybook:build": "storybook build -o dist",
"tailwind-config-viewer": "npx @adevinta/tailwind-config-viewer -c ./tailwind.config.viewer.cjs",
"tailwind-config-viewer:build": "mkdir -p ./dist/viewer && npx @adevinta/tailwind-config-viewer -c ./tailwind.config.viewer.cjs export ./dist/viewer",
"test": "vitest",
"test:ui": "vitest watch --ui",
"test:run": "vitest run",
"test:coverage": "rm -rf ./dist/coverage && vitest run --coverage",
"test:coverage:open": "npx open-cli ./dist/coverage/index.html",
"typecheck": "tsc --noEmit",
"commit": "git-cz",
"lint": "eslint --config .eslintrc.cjs packages/**/*.{ts,tsx,js,mjs} documentation/**/*.{ts,tsx} --cache",
"lint:staged": "lint-staged --config .lintstagedrc.json",
"prettier": "prettier --config .prettierrc.cjs --write \"{packages,documentation,src}/**/*.{ts,tsx,js}\"",
"prettify": "npm run lint && npm run prettier",
"node:check": "node bin/check-node-version.js",
"a11y:check": "concurrently -P --kill-others -g -s first -n storybook,a11y \"storybook build -o dist --loglevel silent && npx http-server dist -p 6006 -s\" \"wait-on tcp:6006 && node bin/check-a11y.js -- {@} \"",
"generate": "spark-generate"
},
"repository": {
"type": "git",
"url": "git@github.com:adevinta/spark.git"
},
"dependencies": {
"@axe-core/webdriverjs": "^4.7.2",
"@spark-ui/tabs": "^2.0.0",
"@spark-ui/theme-utils": "^4.0.0",
"selenium-webdriver": "^4.10.0"
},
"devDependencies": {
"@adevinta/tailwind-config-viewer": "1.11.0",
"@babel/core": "7.23.0",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@commitlint/config-lerna-scopes": "17.8.1",
"@commitlint/cz-commitlint": "17.8.1",
"@commitlint/prompt-cli": "17.8.1",
"@nx/devkit": "^16.5.3",
"@nx/eslint-plugin": "^16.5.3",
"@radix-ui/react-switch": "*",
"@spark-ui/cli-utils": "*",
"@storybook/addon-a11y": "^7.6.4",
"@storybook/addon-actions": "^7.6.4",
"@storybook/addon-essentials": "^7.6.4",
"@storybook/addon-interactions": "^7.6.4",
"@storybook/addon-links": "^7.6.4",
"@storybook/addon-mdx-gfm": "^7.6.4",
"@storybook/addon-styling": "^1.3.7",
"@storybook/blocks": "^7.6.4",
"@storybook/manager-api": "^7.6.4",
"@storybook/react": "^7.6.4",
"@storybook/react-vite": "^7.6.4",
"@storybook/testing-library": "^0.2.2",
"@storybook/theming": "^7.6.4",
"@testing-library/dom": "8.20.1",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.5.2",
"@types/react": "18.2.35",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.60.0",
"@vitejs/plugin-react": "3.1.0",
"@vitest/coverage-istanbul": "^0.34.1",
"@vitest/ui": "0.34.6",
"autoprefixer": "10.4.16",
"babel-loader": "8.3.0",
"browserslist-to-esbuild": "1.2.0",
"chalk": "^5.2.0",
"class-variance-authority": "0.7.0",
"commitizen": "4.3.0",
"concurrently": "^8.2.0",
"copy-to-clipboard": "3.3.3",
"deepmerge": "4.3.1",
"downshift": "^8.2.3",
"eslint": "8.55.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-n": "15.7.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-standard": "5.0.0",
"eslint-plugin-storybook": "0.6.15",
"eslint-plugin-tailwindcss": "3.13.0",
"eslint-plugin-testing-library": "5.11.1",
"husky": "8.0.3",
"jsdom": "21.1.1",
"lerna": "^7.1.1",
"lint-staged": "13.3.0",
"nx": "^16.5.0",
"postcss": "8.4.31",
"prettier": "3.1.0",
"prettier-plugin-tailwindcss": "0.5.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-live": "3.2.0",
"remark-gfm": "^3.0.1",
"rollup": "^3.28.1",
"rollup-plugin-terser": "7.0.2",
"scroll-into-view-if-needed": "^3.0.10",
"storybook": "7.6.4",
"tailwindcss": "3.4.0",
"tailwindcss-radix": "2.8.0",
"ts-node": "10.9.1",
"type-fest": "3.13.1",
"typescript": "5.2.2",
"vite": "^4.3.9",
"vite-plugin-dts": "2.3.0",
"vite-plugin-turbosnap": "1.0.3",
"vite-tsconfig-paths": "4.2.3",
"vitest": "^0.32.0",
"wait-on": "^7.0.1"
},
"workspaces": [
"packages/components/*",
"packages/hooks/*",
"packages/utils/*"
],
"browserslist": [
"> 0.5% or > 0.1% and last 2 years, not dead, not Firefox ESR, not and_qq > 0, not and_uc > 0, not and_ff >0"
],
"namespaces": [
"spark-ui"
],
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
}
}