This repository has been archived by the owner on Jan 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.7 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
{
"name": "merlot",
"private": true,
"description": "frontpage of creative labs.",
"version": "0.1.0",
"author": "michaelnyu",
"dependencies": {
"@emotion/core": "^10.0.17",
"gatsby": "^2.15.29",
"gatsby-image": "^2.2.24",
"gatsby-plugin-manifest": "^2.2.20",
"gatsby-plugin-modal-routing": "^1.0.2",
"gatsby-plugin-netlify": "^2.2.1",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.1.10",
"gatsby-plugin-sass": "^2.1.17",
"gatsby-plugin-sharp": "^2.2.28",
"gatsby-source-contentful": "^2.1.45",
"gatsby-source-filesystem": "^2.1.29",
"gatsby-source-google-sheets": "^1.1.1",
"gatsby-transformer-remark": "^2.6.27",
"gatsby-transformer-sharp": "^2.2.20",
"google-spreadsheet": "^2.0.8",
"node-sass": "^4.12.0",
"path": "^0.12.7",
"prop-types": "^15.7.2",
"react": "^16.10.1",
"react-dom": "^16.10.1",
"react-helmet": "^5.2.1",
"react-rotating-text": "^1.4.1",
"react-router-dom": "^5.1.2",
"react-typist": "^2.0.5"
},
"devDependencies": {
"@emotion/babel-preset-css-prop": "^10.0.17",
"babel-plugin-module-resolver": "^3.2.0",
"babel-preset-gatsby": "^0.1.11",
"gatsby-cli": "^2.7.54",
"husky": "^2.7.0",
"prettier": "^1.18.2"
},
"keywords": [
"creative",
"labs",
"lab",
"ucla",
"design",
"cs",
"computer",
"science"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "./scripts/dev.sh",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve"
},
"repository": {
"type": "git",
"url": "https://github.com/UCLA-Creative-Labs/merlot"
}
}