-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.22 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
{
"name": "react-deck-of-cards",
"version": "1.0.0",
"private": true,
"description": "React UI implementation of deck-of-cards",
"main": "index.js",
"homepage": "https://jonathancook.site/react-deck-of-cards",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"repository": {
"type": "git",
"url": "git+https://j5bot@github.com/j5bot/react-deck-of-cards.git"
},
"keywords": [
"deck",
"cards",
"react"
],
"dependencies": {
"ajv": "^6.5.4",
"deck-of-cards": "github:j5bot/deck-of-cards#master",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-scripts": "2.0.4",
"svg-cards": "^4.0.0"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"author": "Jonathan 'J5' Cook <jonathan.j5.cook@gmail.com>",
"bugs": {
"url": "https://github.com/j5bot/react-deck-of-cards/issues"
},
"homepage": "https://jonathancook.site/react-deck-of-cards",
"devDependencies": {
"gh-pages": "^2.0.1"
}
}