-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.23 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
{
"name": "cv",
"private": true,
"description": "My portfolio of things",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "gatsby build && cp CNAME public/",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"publish": "gh-pages -d public",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
},
"devDependencies": {
"prettier": "^2.8.4",
"gh-pages": "^5.0.0",
"babel-plugin-styled-components": "^2.0.7",
"date-fns": "^2.29.3",
"gatsby": "^5.7.0",
"gatsby-plugin-manifest": "^5.7.0",
"gatsby-plugin-offline": "^6.7.0",
"gatsby-plugin-react-helmet": "^6.7.0",
"gatsby-plugin-styled-components": "^6.7.0",
"gatsby-plugin-typography": "^5.7.0",
"gatsby-source-filesystem": "^5.7.0",
"gatsby-transformer-remark": "^6.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-typography": "^0.16.23",
"styled-components": "^5.3.6",
"typography": "^0.16.21",
"typography-theme-lincoln": "^0.16.19"
},
"repository": {
"type": "git",
"url": "https://github.com/nzchicken/cv"
}
}