forked from openpracticelibrary/openpracticelibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.83 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
{
"name": "openpracticelibrary",
"description": "Open Practice Library web application",
"version": "2.2.0",
"author": "Open Practice Library Community",
"homepage": "https://openpracticelibrary.com",
"bugs": {
"url": "https://github.com/openpracticelibrary/openpracticelibrary/issues",
"email": "[email protected]"
},
"repository": "github:openpracticelibrary/openpracticelibrary",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/styles": "^4.10.0",
"bulma": "^0.9.0",
"gatsby": "^2.24.64",
"gatsby-background-image": "^1.1.2",
"gatsby-image": "^2.4.19",
"gatsby-plugin-google-analytics": "^2.3.14",
"gatsby-plugin-netlify": "^2.3.15",
"gatsby-plugin-netlify-cms": "^4.3.14",
"gatsby-plugin-purgecss": "^5.0.0",
"gatsby-plugin-react-helmet": "^3.3.11",
"gatsby-plugin-sass": "^3.2.0",
"gatsby-plugin-sharp": "^2.6.36",
"gatsby-remark-copy-linked-files": "^2.3.16",
"gatsby-remark-images": "^3.3.30",
"gatsby-remark-relative-images": "^0.3.0",
"gatsby-source-filesystem": "^2.3.30",
"gatsby-theme-material-ui": "^1.0.13",
"gatsby-transformer-json": "^2.4.12",
"gatsby-transformer-remark": "^2.8.35",
"gatsby-transformer-sharp": "^2.5.15",
"gatsby-transformer-toml": "^2.4.14",
"immer": "^9.0.12",
"js-search": "^2.0.0",
"lodash": "^4.17.21",
"lodash-webpack-plugin": "^0.11.4",
"netlify-cms-app": "^2.15.70",
"netlify-cms-media-library-cloudinary": "^1.3.8",
"netlify-cms-media-library-uploadcare": "^0.5.9",
"node-sass": "^7.0.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-helmet": "^6.0.0",
"react-image-gallery": "^1.0.8",
"react-lazy-load-image-component": "^1.5.0",
"react-markdown": "^4.3.1",
"react-share": "^4.3.0",
"styled-components": "^5.2.0",
"uuid": "^7.0.0",
"xmlhttprequest-ssl": "^1.6.2"
},
"license": "apache",
"main": "n/a",
"scripts": {
"clean": "gatsby clean",
"start": "npm run develop",
"build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"develop": "npm run clean && GATSBY_GRAPHQL_IDE=playground 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": "^0.5.10",
"cypress": "^4.12.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.4.2",
"prettier": "^2.1.2",
"react-test-renderer": "^16.13.1"
}
}