forked from Unbound-Legends/RPG-Web-Character-Creator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.84 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "rpg-web-character-creator",
"version": "1.5.9",
"description": "An open source character generator and manager for RPGs",
"repository": {
"type": "git",
"url": "git+https://github.com/SkyJedi/RPG-Web-Character-Creator.git"
},
"keywords": [
"RPG",
"FFG",
"Genesys",
"character",
"creator",
"web"
],
"author": "SkyJedi",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/SkyJedi/RPG-Web-Character-Creator/issues"
},
"dependencies": {
"@firebase/app": "^0.3.5",
"@firebase/app-types": "^0.3.2",
"@firebase/firestore": "^0.8.8",
"ajv": "^6.5.5",
"bootstrap": "^4.1.3",
"clone": "^2.1.2",
"core-js": "^2.5.7",
"discord.js": "^11.3.2",
"deepmerge": "^2.2.1",
"firebase": "^5.5.9",
"keymaster": "^1.6.2",
"lodash-es": "^4.17.11",
"npm-run-all": "^4.1.5",
"popper.js": "^1.14.5",
"react": "^16.6.3",
"react-addons-css-transition-group": "^15.6.2",
"react-addons-transition-group": "^15.6.2",
"react-bootstrap-typeahead": "^3.2.4",
"react-dom": "^16.6.3",
"react-dynamic-font": "^2.0.1",
"react-firebaseui": "^3.1.2",
"react-ga": "^2.5.5",
"react-redux": "^5.1.1",
"react-scripts": "^2.1.1",
"react-tabs": "^2.3.0",
"react-transition-group": "^2.5.0",
"reactstrap": "^6.5.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"seedrandom": "^2.4.4",
"sockjs-client": "^1.3.0",
"sw-rpg-icons": "^1.7.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"deploy": "npm run build && firebase deploy"
},
"devDependencies": {
"css-loader": "^0.28.11",
"merge-config": "^2.0.0",
"style-loader": "^0.21.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}