This repository has been archived by the owner on Aug 23, 2024. It is now read-only.
forked from anvilproject/anvil-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
110 lines (110 loc) · 3.73 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "the-anvil",
"private": true,
"description": "Inverting the model of genomic data sharing",
"version": "0.1.0",
"author": "AnVIL",
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fastly/performance-observer-polyfill": "^2.0.0",
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.10.3",
"bowser": "^2.11.0",
"classnames": "^2.3.1",
"gatsby": "^4.22.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-catch-links": "^4.22.0",
"gatsby-plugin-google-tagmanager": "^4.22.0",
"gatsby-plugin-image": "^2.22.0",
"gatsby-plugin-manifest": "^4.22.0",
"gatsby-plugin-offline": "^5.22.0",
"gatsby-plugin-react-helmet": "^5.22.0",
"gatsby-plugin-robots-txt": "^1.7.0",
"gatsby-plugin-sharp": "^4.22.0",
"gatsby-plugin-sitemap": "^5.22.0",
"gatsby-plugin-typography": "^4.22.0",
"gatsby-remark-component": "^1.1.3",
"gatsby-remark-component-parent2div": "^1.2.3",
"gatsby-remark-copy-linked-files": "^5.22.0",
"gatsby-remark-embed-video": "^3.2.1",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^6.22.0",
"gatsby-remark-images-medium-zoom": "^1.7.0",
"gatsby-remark-prismjs": "^6.22.0",
"gatsby-remark-responsive-iframe": "^5.22.0",
"gatsby-source-filesystem": "^4.22.0",
"gatsby-transformer-json": "^4.22.0",
"gatsby-transformer-remark": "^5.22.0",
"gatsby-transformer-sharp": "^4.22.0",
"gatsby-transformer-yaml": "^4.22.0",
"lunr": "^2.3.9",
"node-fetch": "^2.6.7",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-transition-group": "^4.4.5",
"react-typography": "^0.16.20",
"rehype-react": "^7.0.4",
"typography": "^0.16.21"
},
"devDependencies": {
"@babel/plugin-transform-spread": "7.12.1",
"@types/node": "^18.7.14",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@types/react-helmet": "^6.1.5",
"@types/react-transition-group": "^4.4.5",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"bufferutil": "^4.0.6",
"core-js": "^3.25.0",
"eslint": "^8.23.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-compat": "^4.0.2",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.1",
"eslint-plugin-react-hooks": "^4.6.0",
"html-entities": "^2.3.3",
"moment-timezone": "^0.5.37",
"prettier": "^2.7.1",
"remark": "^13.0.0",
"remark-html": "^13.0.2",
"sockjs-client": "^1.6.0",
"type-fest": "^2.19.0",
"typescript": "^4.8.2",
"typescript-plugin-css-modules": "^3.4.0",
"utf-8-validate": "^5.0.9",
"webpack-plugin-serve": "^1.6.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build-ci": "echo $GATSBY_ENV && gatsby build --verbose",
"build": "source ./start.sh && gatsby build --verbose",
"start": "source ./start.sh && gatsby develop",
"build-windows": "start-windows.bat && gatsby build --verbose",
"start-windows": "start-windows.bat && gatsby develop",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,ts,tsx}",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}