-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.52 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.52 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": "psulib_base",
"version": "1.0.0",
"description": "## Using this Base Theme",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite build --watch",
"build": "vite build",
"build:all": "npm run build:minified && npm run build",
"build:minified": "vite build --config vite.config.minified.js",
"storybook": "concurrently \"vite build --watch\" \"storybook dev -p 6006\"",
"storybook-only": "storybook dev -p 6006",
"build-storybook": "vite build && storybook build"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@drupal/once": "^1.0.1",
"@eslint/js": "^9.29.0",
"@storybook/addon-a11y": "^10.2.8",
"@storybook/addon-docs": "^10.2.8",
"@storybook/addon-links": "^10.2.8",
"@storybook/addon-themes": "^10.2.8",
"@storybook/builder-vite": "^10.2.8",
"@storybook/html-vite": "^10.2.8",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/mocker": "^4.0.18",
"concurrently": "^9.2.0",
"eslint": "^9.29.0",
"eslint-plugin-storybook": "^10.2.8",
"glob": "^11.0.3",
"sass": "^1.70.0",
"storybook": "^10.2.8",
"storybook-addon-sdc": "^0.19.2",
"twig": "^1.17.1",
"vite": "^7.3.0",
"vite-plugin-node-polyfills": "^0.24.0"
},
"dependencies": {
"@babel/preset-react": "^7.27.1",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"slick-carousel": "github:kenwheeler/slick#master"
}
}