-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
86 lines (86 loc) · 2.96 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
81
82
83
84
85
86
{
"name": "practicelibrary",
"description": "Jeremy Brown's Practice Library web application",
"version": "2.2.0",
"author": "Open Practice Library Community",
"homepage": "https://jeremybrown.tech/practicelibrary",
"bugs": {
"url": "https://github.com/tenfourty/practicelibrary/issues",
"email": "[email protected]"
},
"repository": "github:tenfourty/practicelibrary",
"dependencies": {
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.9",
"@mui/material": "^5.11.9",
"@mui/styles": "^5.11.9",
"@mui/system": "^5.11.9",
"bulma": "^0.9.0",
"gatsby": "^5.9.1",
"gatsby-background-image": "^1.6.0",
"gatsby-plugin-google-gtag": "^5.11.0",
"gatsby-plugin-image": "^3.6.0",
"gatsby-plugin-netlify": "^5.1.0",
"gatsby-plugin-netlify-cms": "^7.6.0",
"gatsby-plugin-purgecss": "^6.2.1",
"gatsby-plugin-react-helmet": "^6.6.0",
"gatsby-plugin-sass": "^6.6.0",
"gatsby-plugin-sharp": "^5.12.3",
"gatsby-remark-copy-linked-files": "^6.6.0",
"gatsby-remark-images": "^7.6.0",
"gatsby-remark-relative-images": "^0.3.0",
"gatsby-source-filesystem": "^5.6.0",
"gatsby-theme-material-ui": "^5.3.0",
"gatsby-transformer-json": "^5.6.0",
"gatsby-transformer-remark": "^6.6.0",
"gatsby-transformer-sharp": "^5.12.3",
"gatsby-transformer-toml": "^5.6.0",
"immer": "^9.0.12",
"js-search": "^2.0.0",
"lodash": "^4.17.21",
"lodash-webpack-plugin": "^0.11.4",
"netlify-cms-app": "^2.15.72",
"netlify-cms-media-library-cloudinary": "^1.3.10",
"netlify-cms-media-library-uploadcare": "^0.5.10",
"node-sass": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-image-gallery": "^1.2.11",
"react-lazy-load-image-component": "^1.5.6",
"react-markdown": "^8.0.5",
"react-share": "^4.4.1",
"uuid": "^7.0.0",
"xmlhttprequest-ssl": "^1.6.2"
},
"overrides": {
"graphql": "^16.6.0",
"react": "^18.2.0",
"@types/react": "^18.0.28",
"react-dom": "^18.2.0"
},
"license": "apache",
"main": "n/a",
"scripts": {
"clean": "gatsby clean",
"start": "npm run develop",
"build": "gatsby build --log-pages --prefix-paths",
"serve": "gatsby serve --prefix-paths -H 0.0.0.0",
"develop": "npm run clean && gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"{gatsby-*.js,src/**/*.js}\"",
"test": "echo \"Error: no test specified\" && exit 1",
"cy:open": "cypress open --browser chrome --config baseUrl=http://localhost:8000/",
"cy:local": "cypress run --browser chrome --config baseUrl=http://localhost:8000/"
},
"devDependencies": {
"babel-jest": "^26.3.0",
"babel-preset-gatsby": "^2.25.0",
"cypress": "^4.12.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.4.2",
"prettier": "^2.1.2",
"react-test-renderer": "^16.13.1"
}
}