-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 1.16 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
{
"name": "react-playing-cards",
"description": "Customisable SVG based playing card system in React",
"version": "0.2.7",
"scripts": {
"start": "clear && yarn storybook",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook",
"deploy": "clear && build-storybook -s public && firebase deploy"
},
"author": {
"name": "listingslab",
"email": "listingslab@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/listingslab-software/react-playing-cards.git"
},
"license": "MIT",
"dependencies": {
"@material-ui/core": "^4.9.3",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.43",
"@u-wave/react-vimeo": "^0.8.2",
"gsap": "^3.2.0",
"react-material-color-picker": "^1.1.2"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@storybook/addon-actions": "^5.3.14",
"@storybook/addon-links": "^5.3.14",
"@storybook/addon-viewport": "^5.3.14",
"@storybook/addons": "^5.3.14",
"@storybook/react": "^5.3.14",
"babel-loader": "^8.0.6"
},
"keywords": [
"Poker",
"JavaScript",
"SVG",
"React"
]
}