-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.78 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
{
"name": "typebrigade.com",
"version": "2.0.0",
"description": "Vancouver’s type design and typography speaker series meetup.",
"homepage": "https://typebrigade.com",
"author": "Kenneth Ormandy <[email protected]>",
"repository": "https://github.com/typebrigade/typebrigade.com",
"private": true,
"keywords": [
"type",
"typography",
"fonts",
"design",
"meetup"
],
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"prestage": "npm run build",
"stage": "surge ./public staging.typebrigade.com",
"predeploy": "npm run build",
"deploy": "npm run deploy:ci",
"deploy:ci": "surge ./public typebrigade.com"
},
"dependencies": {
"@kennethormandy/react-fittext": "^0.6.0",
"fecha": "^4.2.0",
"gatsby": "^4.0.0",
"gatsby-plugin-image": "^2.0.0",
"gatsby-plugin-layout": "^3.0.0",
"gatsby-plugin-manifest": "^4.0.0",
"gatsby-plugin-mdx": "^3.0.0",
"gatsby-plugin-react-helmet": "^5.0.0",
"gatsby-plugin-sharp": "^4.0.0",
"gatsby-remark-images": "^6.0.0",
"gatsby-source-filesystem": "^4.0.0",
"gatsby-transformer-remark": "^5.0.0",
"gatsby-transformer-sharp": "^4.0.0",
"lodash.shuffle": "^4.2.0",
"nuka-carousel": "^4.6.3",
"prop-types": "^15.7.2",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-helmet": "^6.0.0"
},
"devDependencies": {
"prettier": "^1.19.1",
"gatsby-cli": "^4.0.0",
"normalize.css": "^8.0.1",
"surge": "^0.24.0-rc.15",
"typogr": "^0.6.8",
"utility-opentype": "^0.1.4"
}
}