-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.91 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
{
"name": "main-page",
"private": true,
"description": "This is the main page of my website.",
"version": "0.1.0",
"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\"",
"preDeploy": "gatsby build --prefix-paths",
"deploy": "npm run preDeploy",
"i18n": "sync-i18n --files '**/intl/*.json' --primary en --languages tr zh jp --space 4",
"check-i18n": "npm run i18n -- --check"
},
"dependencies": {
"@kunukn/react-collapse": "^2.1.9",
"axios": "^0.19.0",
"gatsby": "^2.13.31",
"gatsby-image": "^2.2.7",
"gatsby-plugin-google-analytics": "^2.1.4",
"gatsby-plugin-intl": "^0.2.6",
"gatsby-plugin-manifest": "^2.2.4",
"gatsby-plugin-offline": "^2.2.4",
"gatsby-plugin-react-helmet": "^3.1.2",
"gatsby-plugin-sass": "^2.1.3",
"gatsby-plugin-sharp": "^2.2.9",
"gatsby-plugin-transition-link": "^1.12.4",
"gatsby-plugin-typography": "^2.3.2",
"gatsby-source-filesystem": "^2.1.6",
"gatsby-transformer-sharp": "^2.2.4",
"gatsby-transformer-yaml": "^2.2.4",
"gsap": "^2.1.3",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-typography": "^0.16.19",
"typescript": "^3.5.3",
"typography": "^0.16.19",
"typography-theme-fairy-gates": "^0.16.19"
},
"devDependencies": {
"i18next-json-sync": "^2.3.1",
"prettier": "^1.18.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uetuluk/main-page.git"
},
"author": "Utku Ege Tuluk",
"bugs": {
"url": "https://github.com/uetuluk/main-page/issues"
},
"homepage": "https://github.com/uetuluk/main-page#readme",
"keywords": [
"uetuluk.com",
"portfolio"
]
}