generated from mejiaj/rapid-prototyping
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
32 lines (32 loc) · 974 Bytes
/
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
{
"name": "rapid-prototyping",
"version": "1.0.0",
"description": "This project uses StorybookJS, Drupal twig, and US Web Design System (USWDS) for rapid prototyping.",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "storybook dev -p 4040",
"build-storybook": "storybook build",
"start": "npm run storybook"
},
"keywords": [],
"author": "[email protected]",
"license": "ISC",
"devDependencies": {
"@chromatic-com/storybook": "^1.7.0",
"@storybook/addon-essentials": "^8.3.6",
"@storybook/addon-interactions": "^8.3.6",
"@storybook/addon-links": "^8.3.6",
"@storybook/blocks": "^8.3.6",
"@storybook/html": "^8.3.6",
"@storybook/html-vite": "^8.3.6",
"@storybook/test": "^8.3.6",
"sass": "^1.80.4",
"storybook": "^8.3.6",
"vite-plugin-twig-drupal": "^1.4.2"
},
"dependencies": {
"@uswds/uswds": "^3.9.0"
}
}