generated from Pettor/template-web-component-react
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
99 lines (99 loc) · 3.41 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
{
"name": "app-pixi-image-editor",
"private": true,
"version": "0.1.0",
"license": "MIT",
"packageManager": "[email protected]",
"scripts": {
"prepare": "husky",
"clean": "rimraf dist storybook-static deployment",
"dev": "vite --open",
"build": "tsc && vite build",
"build:deployment": "pnpm build && pnpm storybook:build",
"build:move": "pnpm build:move:dist && pnpm build:move:storybook",
"build:move:dist": "move-cli dist deployment --mkdirp",
"build:move:storybook": "move-cli storybook-static deployment/storybook --mkdirp",
"test": "pnpm storybook:test",
"test:unit": "pnpm storybook:test",
"test:unit:ci": "pnpm storybook:test:ci",
"storybook": "pnpm storybook:dev",
"storybook:dev": "storybook dev",
"storybook:build": "storybook build",
"storybook:server": "npx http-server storybook-static --port 6006 --silent",
"storybook:test": "test-storybook --url http://127.0.0.1:6006",
"storybook:test:ci": "start-server-and-test \"pnpm storybook:server\" http://127.0.0.1:6006 \"pnpm storybook:test\"",
"lint": "eslint ./src ./.storybook --ext .js,.ts,.tsx",
"lint:fix": "pnpm lint --fix"
},
"dependencies": {
"@fontsource/rubik": "5.0.18",
"@heroicons/react": "2.1.1",
"@pixi/filter-adjustment": "5.1.1",
"@pixi/filter-pixelate": "5.1.1",
"@pixi/react": "7.1.1",
"clsx": "2.1.0",
"immer": "10.0.3",
"jotai": "2.6.4",
"jotai-effect": "0.5.0",
"pixi-viewport": "5.0.2",
"pixi.js": "7.4.0",
"prettier-plugin-tailwindcss": "0.5.11",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "14.2.3",
"react-intl": "6.6.2",
"react-router-dom": "6.22.0",
"vite-plugin-pwa": "0.19.1",
"workbox-window": "7.0.0"
},
"devDependencies": {
"@commitlint/cli": "18.6.0",
"@commitlint/config-conventional": "18.6.0",
"@commitlint/types": "18.6.0",
"@storybook/addon-a11y": "7.6.10",
"@storybook/addon-actions": "7.6.10",
"@storybook/addon-docs": "7.6.10",
"@storybook/addon-essentials": "7.6.10",
"@storybook/addon-themes": "7.6.10",
"@storybook/addon-viewport": "7.6.10",
"@storybook/react": "7.6.10",
"@storybook/react-vite": "7.6.10",
"@storybook/storybook-deployer": "2.8.16",
"@storybook/test-runner": "0.16.0",
"@tailwindcss/typography": "0.5.10",
"@total-typescript/ts-reset": "0.5.1",
"@types/node": "20.11.10",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@types/testing-library__jest-dom": "5.14.9",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"@vitejs/plugin-react": "4.2.1",
"@vitejs/plugin-react-swc": "3.5.0",
"autoprefixer": "10.4.17",
"cross-env": "7.0.3",
"daisyui": "4.6.0",
"emotion-theming": "11.0.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-formatjs": "4.12.2",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-storybook": "0.6.15",
"http-server": "14.1.1",
"husky": "9.0.6",
"move-cli": "2.0.0",
"playwright": "1.41.1",
"postcss": "8.4.33",
"prettier": "3.2.4",
"rimraf": "5.0.5",
"start-server-and-test": "2.0.3",
"storybook": "7.6.10",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"usehooks-ts": "2.10.0",
"vite": "5.0.12",
"vite-tsconfig-paths": "4.3.1"
}
}