-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 895 Bytes
/
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
{
"name": "tobyhamanddotcom",
"description": "Personal website for Toby Hamand",
"version": "1.1.1",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"dependencies": {
"@babel/core": "^7.1.2",
"@types/styled-components": "^4.1.0",
"gatsby": "^2.0.40",
"gatsby-plugin-sass": "^2.0.3",
"gatsby-plugin-styled-components": "^3.0.2",
"gatsby-plugin-typescript": "^2.0.1",
"prettier": "^1.15.2",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-spring": "^6.1.9",
"styled-components": "^4.1.1",
"tslint-config-prettier": "^1.17.0",
"typescript": "^3.1.6",
"webpack": "^4.25.1"
},
"devDependencies": {
"gatsby-plugin-tslint": "^0.0.1",
"tslint": "^5.11.0",
"tslint-loader": "^3.5.4",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^3.6.0"
}
}