-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
67 lines (67 loc) · 1.67 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
{
"name": "pairist",
"version": "2.6.0",
"private": true,
"description": "Pairing board for the modern era.",
"contributors": [
"Luan Santos <cfcluan@gmail.com>",
"Reid Mitchell <reidmitchell1@gmail.com>"
],
"dependencies": {
"@iconify-icons/la": "^1.1.0",
"@iconify/react": "^1.1.3",
"@material-ui/core": "^4.11.2",
"@types/history": "^4.7.11",
"big-integer": "^1.6.48",
"firebase": "^8.1.1",
"firebase-admin": "^9.4.1",
"firebase-functions": "^3.11.0",
"import": "^0.0.6",
"js-combinatorics": "^0.5.3",
"lodash": "^4.17.20",
"munkres-js": "^1.2.2",
"react": "^17.0.1",
"react-beautiful-dnd": "^12.1.1",
"react-dom": "^17.0.1",
"react-feather": "^2.0.3",
"react-firebase-hooks": "^2.1.1",
"react-markdown": "^5.0.3",
"react-router-dom": "^5.1.2",
"remark-gfm": "^1.0.0"
},
"devDependencies": {
"@craco/craco": "^5.6.2",
"@types/jest": "24.0.22",
"@types/node": "12.12.7",
"@types/react": "^17.0.0",
"@types/react-beautiful-dnd": "^11.0.3",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.2",
"astroturf": "^0.9.21",
"node-sass": "^4.13.0",
"react-scripts": "4.0.1",
"typescript": "4.1.2"
},
"scripts": {
"start": "scripts/start",
"build": "scripts/build",
"test": "craco test",
"eject": "react-scripts eject",
"deploy": "scripts/deploy"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}