-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.41 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
{
"name": "learning-system",
"version": "2.0.9",
"private": true,
"dependencies": {
"@fontsource/roboto": "^4.2.1",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.13",
"@material-ui/core": "latest",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/styles": "latest",
"@reach/router": "^1.3.4",
"@testing-library/user-event": "^12.5.0",
"@types/lodash.debounce": "^4.0.6",
"@types/node": "^12.19.7",
"@types/react": "^16.14.2",
"@types/react-dom": "^16.9.10",
"@types/react-router-dom": "^5.1.6",
"@types/react-virtualized-auto-sizer": "^1.0.0",
"@types/react-window": "^1.8.2",
"@types/styled-components": "^5.1.4",
"babel-plugin-styled-components": "^1.12.0",
"cross-env": "^7.0.3",
"dayjs": "^1.10.3",
"fuse.js": "^6.4.4",
"gatsby": "latest",
"gatsby-plugin-manifest": "^3.3.0",
"gatsby-plugin-material-ui": "latest",
"gatsby-plugin-react-helmet": "latest",
"gatsby-plugin-styled-components": "^4.3.0",
"lodash.debounce": "^4.0.8",
"plyr": "^3.6.2",
"react": "latest",
"react-dom": "latest",
"react-helmet": "latest",
"react-scripts": "4.0.1",
"react-virtualized-auto-sizer": "^1.0.4",
"react-window": "^1.8.6",
"recoil": "^0.1.2",
"styled-components": "^5.2.1"
},
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"start": "gatsby serve -p $PORT",
"start:ci": "gatsby serve",
"test": "jest --ci",
"cypress:open": "cypress open",
"cypress": "cypress run",
"eslint": "eslint",
"post-update": "echo \"codesandbox preview only, need an update\" && yarn upgrade --latest"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@types/jest": "^26.0.20",
"@types/react-helmet": "^6.1.0",
"@types/react-test-renderer": "^17.0.1",
"babel-jest": "^26.6.3",
"babel-preset-gatsby": "^0.12.1",
"cypress": "^7.2.0",
"eslint": "^7.25.0",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.0",
"react-test-renderer": "^17.0.2"
}
}