-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.46 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
74
75
76
77
78
79
80
{
"name": "roll-a-dice",
"version": "1.0.0",
"homepage": "https://markky21.github.io/roll-a-dice",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --transformIgnorePatterns \"node_modules/(?!ui-core)/\" --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint 'src/**/*.ts'",
"lint:fix": "npm run lint -- --fix",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"dependencies": {
"@material-ui/core": "^4.9.8",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.48",
"cannon": "^0.6.2",
"css-element-queries": "^1.2.3",
"dayjs": "^1.8.23",
"firebase": "^7.13.1",
"firebase-admin": "^8.10.0",
"firebase-functions": "^3.6.0",
"react": "^16.10.0",
"react-dom": "^16.10.0",
"react-redux": "^7.1.0",
"react-redux-firebase": "next",
"react-router-dom": "^5.1.2",
"react-swipeable-views": "^0.13.9",
"react-window": "^1.8.5",
"recompose": "^0.30.0",
"redux": "^4.0.4",
"redux-auth-wrapper": "^3.0.0",
"redux-firestore": "^0.13.0",
"redux-form": "^8.3.1",
"redux-thunk": "^2.3.0",
"rpg-dice-roller": "^4.0.2",
"rxjs": "^6.5.5",
"three": "^0.115.0",
"typesafe-actions": "^5.1.0"
},
"devDependencies": {
"@types/cannon": "^0.1.4",
"@types/jest": "25.1.2",
"@types/node": "13.7.0",
"@types/react": "16.9.19",
"@types/react-dom": "16.9.5",
"@types/react-redux": "^7.1.7",
"@types/react-router-dom": "^5.1.3",
"@types/react-swipeable-views": "^0.13.0",
"@types/react-window": "^1.8.1",
"@types/recompose": "^0.30.7",
"@types/redux-auth-wrapper": "^2.0.9",
"@types/redux-form": "^8.2.3",
"@types/redux-thunk": "^2.1.0",
"@types/three": "^0.103.2",
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.3.0",
"gh-pages": "^2.2.0",
"prettier": "^1.19.1",
"react-scripts": "3.4.0",
"tslint-plugin-prettier": "^2.3.0",
"typescript": "3.7.5"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": []
}