-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.38 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
{
"name": "component-book",
"version": "1.0.0",
"description": "web-ui components documentation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"update-submodules": "git submodule update --init --remote"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Retrolove-Games/component-book.git"
},
"author": "Konrad Fedorczyk",
"license": "ISC",
"bugs": {
"url": "https://github.com/Retrolove-Games/component-book/issues"
},
"homepage": "https://github.com/Retrolove-Games/component-book#readme",
"devDependencies": {
"@babel/core": "^7.16.5",
"@storybook/addon-actions": "^6.5.0-alpha.3",
"@storybook/addon-essentials": "^6.5.0-alpha.3",
"@storybook/addon-links": "^6.5.0-alpha.3",
"@storybook/builder-webpack5": "^6.5.0-alpha.3",
"@storybook/manager-webpack5": "^6.5.0-alpha.3",
"@storybook/react": "^6.5.0-alpha.3",
"@svgr/webpack": "^6.2.1",
"babel-loader": "^8.2.3",
"sass": "^1.45.0",
"sass-loader": "^12.4.0",
"sass-resources-loader": "^2.2.4",
"storybook-addon-react-docgen": "^1.2.42",
"storybook-dark-mode": "^1.0.8",
"typescript": "^4.5.5"
},
"dependencies": {
"@stitches/react": "^1.2.6",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}