-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.12 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
{
"name": "cheatsheets-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "start-storybook -p 4000 -s ./static",
"build": "build-storybook -s ./static",
"deploy": "gh-pages -d storybook-static",
"postinstall": "patch-package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/petermikitsh/cheatsheets-web.git"
},
"author": "Peter Mikitsh",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/petermikitsh/cheatsheets-web/issues"
},
"homepage": "https://github.com/petermikitsh/cheatsheets-web#readme",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.14.3",
"@storybook/addon-actions": "^6.2.9",
"@storybook/addon-essentials": "^6.2.9",
"@storybook/addon-links": "^6.2.9",
"@storybook/react": "^6.2.9",
"@webcomponents/webcomponentsjs": "^2.5.0",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^6",
"gh-pages": "^3.1.0",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.2.4"
}
}