-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.41 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.41 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
{
"name": "itoutheme",
"version": "3.4.5",
"main": "app.js",
"scripts": {
"dev": "vite",
"doc": "npm run build && storybook dev -p 6006",
"build": "vite build --emptyOutDir && storybook build --output-dir dist/doc",
"postbuild": "node ensure-nojekyll.mjs",
"deploy": "gh-pages -d dist --dotfiles"
},
"keywords": [],
"author": "David Deloo <hello@hellodeloo.com>",
"license": "ISC",
"description": "",
"type": "module",
"devDependencies": {
"@eslint/js": "^10.0.1",
"@storybook/addon-a11y": "^10.3.5",
"@storybook/addon-docs": "^10.3.5",
"@storybook/addon-vitest": "^10.3.5",
"@storybook/html-vite": "^10.3.5",
"@vitest/browser-playwright": "^4.0.18",
"@vitest/coverage-v8": "^4.0.18",
"eslint": "^10.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-storybook": "^10.3.5",
"gh-pages": "^6.3.0",
"globals": "^17.3.0",
"playwright": "^1.58.2",
"prettier": "^3.8.1",
"sass": "1.97.3",
"sharp": "^0.34.5",
"storybook": "^10.3.5",
"stylelint-config-standard-scss": "^17.0.0",
"stylelint-prettier": "^5.0.3",
"svgo": "^4.0.1",
"vite": "^7.3.1",
"vite-plugin-commonjs": "^0.10.4",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-handlebars": "^2.0.0",
"vite-plugin-image-optimizer": "^2.0.3",
"vitest": "^4.0.18"
},
"dependencies": {
"@popperjs/core": "2.11.8",
"bootstrap": "5.3.8"
}
}