-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.38 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "tnc",
"private": true,
"description": "Personal blog",
"version": "0.1.0",
"author": "Chau Tran <[email protected]>",
"dependencies": {
"@material-ui/core": "4.9.12",
"@material-ui/icons": "4.9.1",
"gatsby": "2.21.9",
"gatsby-image": "2.4.0",
"gatsby-plugin-canonical-urls": "2.3.0",
"gatsby-plugin-feed": "2.5.0",
"gatsby-plugin-google-analytics": "2.3.0",
"gatsby-plugin-layout": "1.3.0",
"gatsby-plugin-manifest": "2.4.1",
"gatsby-plugin-material-ui": "2.1.8",
"gatsby-plugin-offline": "3.2.0",
"gatsby-plugin-prefetch-google-fonts": "1.4.3",
"gatsby-plugin-react-helmet": "3.3.0",
"gatsby-plugin-sharp": "2.6.0",
"gatsby-plugin-typescript": "2.4.0",
"gatsby-prismjs-dracula": "0.1.15",
"gatsby-remark-abbr": "2.0.0",
"gatsby-remark-autolink-headers": "2.3.0",
"gatsby-remark-code-buttons": "2.0.4",
"gatsby-remark-copy-linked-files": "2.3.1",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "3.3.0",
"gatsby-remark-prismjs": "3.5.0",
"gatsby-remark-responsive-iframe": "2.4.1",
"gatsby-remark-smartypants": "2.3.0",
"gatsby-source-filesystem": "2.3.0",
"gatsby-transformer-remark": "2.8.4",
"gatsby-transformer-sharp": "2.5.0",
"lodash.kebabcase": "4.1.1",
"mdi-material-ui": "6.14.0",
"prismjs": "1.20.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-helmet": "5.2.1",
"react-particles-js": "3.2.1"
},
"devDependencies": {
"@graphql-codegen/cli": "1.13.4",
"@graphql-codegen/typescript": "1.13.4",
"@types/lodash.kebabcase": "4.1.6",
"@types/node": "13.13.4",
"@types/react": "16.9.34",
"@types/react-dom": "16.9.7",
"@types/react-helmet": "5.0.15",
"graphql-cli": "3.0.14",
"prettier": "2.0.5",
"typescript": "3.8.3"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"graph": "graphql get-schema --project blog",
"types": "graphql-codegen --config codegen.json"
},
"repository": {
"type": "git",
"url": "https://github.com/nartc/tnc"
},
"bugs": {
"url": "https://github.com/nartc/tnc/issues"
}
}