-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.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
{
"name": "mmasia2021",
"version": "1.0.0",
"description": "ACM Multimedia Asia 2021 - Gold Coast, Australia",
"main": "n/a",
"private": true,
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"start": "yarn develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"acmmm",
"mmasia"
],
"author": "Yiyun Zhang <yiyun.zhang@uq.edu.au> (https://yiyun.dev)",
"contributors": [
"Zixin Wang <zixin.wang@uq.edu.au>",
"Zhuoxiao Chen <zhuoxiao.chen@uq.edu.au>"
],
"license": "MIT",
"dependencies": {
"gatsby": "^4.3.0",
"gatsby-plugin-anchor-links": "^1.2.1",
"gatsby-plugin-feed": "^4.3.0",
"gatsby-plugin-google-gtag": "^4.3.0",
"gatsby-plugin-image": "^2.3.0",
"gatsby-plugin-manifest": "^4.3.0",
"gatsby-plugin-no-sourcemaps": "^4.3.0",
"gatsby-plugin-react-helmet": "^5.3.0",
"gatsby-plugin-robots-txt": "^1.6.14",
"gatsby-plugin-sharp": "^4.3.0",
"gatsby-plugin-sitemap": "^5.3.0",
"gatsby-remark-copy-linked-files": "^5.3.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^6.3.0",
"gatsby-remark-responsive-iframe": "^5.3.0",
"gatsby-remark-smartypants": "^5.3.0",
"gatsby-source-filesystem": "^4.3.0",
"gatsby-transformer-json": "^4.3.0",
"gatsby-transformer-remark": "^5.3.0",
"gatsby-transformer-sharp": "^4.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-select": "^5.2.1",
"spacetime": "^6.16.3",
"timezone-soft": "^1.3.1",
"typeface-montserrat": "^1.1.13",
"typeface-roboto": "^1.1.13"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"gatsby-plugin-postcss": "^5.3.0",
"postcss": "^8.4.4",
"tailwindcss": "^2.2.19"
}
}