-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.35 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
{
"name": "@bixal/site-drupal",
"version": "1.0.0-beta",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run storybook",
"storybook": "storybook dev -p 80",
"storybook:local": "storybook dev -p 5050",
"build-storybook": "storybook build",
"static-sb": "npm run build-storybook && npx http-server storybook-static/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bixal/bixal-site-drupal.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Bixal/bixal-site-drupal/issues"
},
"homepage": "https://github.com/Bixal/bixal-site-drupal#readme",
"devDependencies": {
"@storybook/addon-a11y": "^8.0.1",
"@storybook/addon-essentials": "^7.6.10",
"@storybook/addon-interactions": "^7.6.10",
"@storybook/addon-links": "^7.6.10",
"@storybook/blocks": "^7.6.10",
"@storybook/html": "^7.6.10",
"@storybook/html-vite": "^7.6.10",
"@storybook/icons": "^1.2.9",
"@storybook/testing-library": "^0.2.2",
"@uswds/uswds": "^3.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.70.0",
"storybook": "^7.6.10",
"stylelint": "^15.11.0",
"stylelint-prettier": "^4.1.0",
"vite-plugin-twig-drupal": "^1.2.1"
}
}