-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.11 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
{
"name": "media-player",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.8.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"apollo-boost": "^0.4.9",
"apollo-server-lambda": "^2.20.0",
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.5",
"classnames": "^2.2.6",
"graphql": "^14.7.0",
"react": "^16.12.0",
"react-apollo": "^3.1.5",
"react-dom": "^16.12.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.2",
"react-transition-group": "^4.4.1",
"workbox-core": "^6.1.0",
"workbox-expiration": "^6.1.0",
"workbox-precaching": "^6.1.0",
"workbox-routing": "^6.1.0",
"workbox-strategies": "^6.1.0"
},
"scripts": {
"start": "react-app-rewired start",
"build:function": "tsc --build tsconfig.function.json",
"build:go": "go build -o netlify/functions/ ./go/cmd/...",
"build": "react-app-rewired build && yarn build:function && yarn build:go",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"predeploy": "yarn build",
"deploy": "gh-pages -d build"
},
"homepage": "https://sociosarbis.github.io/tempExhibit/",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/classnames": "^2.2.11",
"@types/hls.js": "^0.13.3",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.7",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"@types/react-router-dom": "^5.1.7",
"@types/resize-observer-browser": "^0.1.5",
"@types/testing-library__jest-dom": "^5.9.5",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.22.0",
"gh-pages": "^3.1.0",
"prettier": "^2.1.2",
"react-app-rewired": "^2.1.6",
"sass": "^1.29.0",
"typescript": "^4.0.5",
"webpack-merge": "^5.4.0"
}
}