-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 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
{
"name": "thedaymark.com",
"description": "thedaymark.com",
"license": "MIT",
"version": "2.0.0",
"scripts": {
"watch": "gatsby develop",
"develop": "gatsby develop",
"build": "gatsby build && cp .htaccess ./public",
"serve": "gatsby serve"
},
"dependencies": {
"@babel/core": "7.3.4",
"@types/react-helmet": "5.0.11",
"bulma": "0.7.5",
"gatsby": "2.1.20",
"gatsby-plugin-react-helmet": "3.0.12",
"gatsby-plugin-remove-trailing-slashes": "2.0.11",
"gatsby-plugin-sass": "2.0.10",
"gatsby-plugin-transition-link": "1.12.4",
"gatsby-plugin-typescript": "2.0.10",
"gatsby-source-filesystem": "2.0.43",
"gatsby-transformer-json": "2.2.0",
"gsap": "2.1.3",
"node-sass": "4.9.4",
"react": "16.8.3",
"react-dom": "16.8.3",
"react-helmet": "5.2.0",
"react-player": "1.11.1",
"typescript": "3.3.3333",
"webpack": "4.29.6"
},
"devDependencies": {
"gatsby-plugin-tslint": "0.0.1",
"tslint": "5.13.1",
"tslint-loader": "3.5.4",
"tslint-react": "3.6.0"
}
}