-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.81 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
{
"name": "kawamurakazushi.com",
"description": "My Portfolio.",
"version": "1.0.0",
"author": "Kazushi Kawamura <wakaka2277@gmail.com>",
"dependencies": {
"gatsby": "^3.14.0",
"gatsby-image": "^3.11.0",
"graphql": "^15.4.0",
"graphql-request": "^3.4.0",
"graphql-tag": "^2.11.0",
"highlight.js": "^11.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"ts-node": "^10.2.1"
},
"keywords": [],
"license": "MIT",
"scripts": {
"css": "tailwind build tailwind.config.css -c ./tailwind.config.js -o src/tailwind.css",
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"lint": "tslint -c tslint.json 'src/**/*.tsx'",
"postinstall": "yarn css",
"create-post": "bin/create-post"
},
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/node-fetch": "^2.5.4",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-helmet": "^6.1.0",
"decoders": "^1.23.3",
"dotenv": "^10.0.0",
"gatsby-plugin-feed": "^3.14.0",
"gatsby-plugin-google-tagmanager": "^3.14.0",
"gatsby-plugin-react-helmet": "^4.14.0",
"gatsby-plugin-sharp": "^3.14.0",
"gatsby-plugin-typescript": "^3.14.0",
"gatsby-remark-images": "^5.11.0",
"gatsby-remark-prismjs": "^5.11.0",
"gatsby-source-filesystem": "^3.14.0",
"gatsby-transformer-remark": "^4.11.0",
"gatsby-transformer-sharp": "^3.14.0",
"node-fetch": "^2.6.1",
"prettier": "^2.1.2",
"prismjs": "^1.22.0",
"tailwindcss": "^1.9.6",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.1.0",
"typescript": "^4.0.5"
},
"repository": {
"type": "git",
"url": "https://github.com/kawamurakazushi/kawamurakazushi.com"
}
}