-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.81 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
{
"name": "models-storybook",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "storybook dev -p 6006",
"build": "storybook build",
"prebuild": "npm run sass-compressed & npm run sass-uncompressed",
"sass-watch": "sass --watch styles/index.scss:styles/index.css",
"sass-compressed": "sass styles/index.scss:styles/index.css --style compressed",
"sass-uncompressed": "sass styles/index.scss:styles/index-uc.css",
"sass": "npm run sass-compressed & npm run sass-uncompressed",
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --project-token=d91e2c212657"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Modelsdot/mdc-storybook.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Modelsdot/mdc-storybook/issues"
},
"homepage": "https://github.com/Modelsdot/mdc-storybook#readme",
"devDependencies": {
"@babel/core": "7.21.4",
"@babel/preset-env": "7.21.4",
"@storybook/addon-actions": "7.4.3",
"@storybook/addon-essentials": "7.4.3",
"@storybook/addon-interactions": "7.4.3",
"@storybook/addon-links": "7.4.3",
"@storybook/addon-mdx-gfm": "7.4.3",
"@storybook/html": "7.4.3",
"@storybook/html-webpack5": "7.4.3",
"@storybook/preset-scss": "1.0.3",
"@storybook/testing-library": "0.2.1",
"acorn": "8.8.2",
"babel-loader": "8.3.0",
"chromatic": "6.17.3",
"css-loader": "5.2.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "1.62.0",
"sass-loader": "10.1.1",
"storybook": "7.4.3",
"style-loader": "2.0.0"
},
"readme": "ERROR: No README data found!",
"_id": "[email protected]"
}