-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 2.03 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 2.03 KB
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
{
"name": "@acrool/frontend-experiments",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"lint": "next lint",
"lint:fix": "eslint ./src --fix",
"pages:dev": "wrangler pages dev --proxy 3000 -- yarn dev",
"pages:deploy": "NODE_VERSION=20 yarn build-storybook && wrangler pages deploy ./storybook-static --project-name=acrool-frontend-experiments --branch main"
},
"resolutions": {
"styled-components": "6.x"
},
"dependencies": {
"@acrool/js-utils": "^3.2.12",
"@acrool/react-grid": "6.1.4-alpha.1",
"@acrool/react-types": "0.0.4",
"@chromatic-com/storybook": "^4.0.1",
"@emotion/is-prop-valid": "^1.2.2",
"@storybook/addon-links": "^9.0.14",
"@storybook/addon-onboarding": "^9.0.14",
"@storybook/react-vite": "^9.0.14",
"@swc/core": "^1.3.68",
"@swc/plugin-styled-components": "^6.8.2",
"@types/dom-to-image": "^2.6.7",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react-swc": "^3.0.0",
"clsx": "^2.1.1",
"dom-to-image": "^2.6.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.61.1",
"sass": "^1.87.0",
"storybook": "^9.0.14",
"@stylistic/eslint-plugin-ts": "^4.2.0",
"@typescript-eslint/parser": "^8.23.0",
"eslint": "^9.19.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-simple-import-sort": "^10.0.0",
"styled-components": "6.1.18",
"typescript": "^5.2.2",
"vite": "^6.3.4",
"vite-plugin-checker": "0.6.4",
"vite-plugin-svgr": "^4.2.0",
"vite-plugin-eslint": "1.8.1",
"wrangler": "3.26.0"
},
"devDependencies": {
"@storybook/addon-docs": "^9.0.14",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"eslint-plugin-storybook": "9.0.14"
}
}