-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.27 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.27 KB
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
{
"name": "project-amsterdam",
"private": true,
"description": "My Personal Website",
"version": "0.1.0",
"author": "Ankit Samota <ankitkumarsamota121@gmail.com>",
"dependencies": {
"framer-motion": "^4.1.17",
"gatsby": "^3.4.1",
"gatsby-plugin-gatsby-cloud": "^2.4.1",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "^1.4.0",
"gatsby-plugin-manifest": "^3.4.0",
"gatsby-plugin-netlify": "^3.5.0",
"gatsby-plugin-offline": "^4.4.0",
"gatsby-plugin-purgecss": "^6.0.2",
"gatsby-plugin-react-helmet": "^4.4.0",
"gatsby-plugin-react-svg": "^3.0.1",
"gatsby-plugin-robots-txt": "^1.6.2",
"gatsby-plugin-sharp": "^3.4.1",
"gatsby-plugin-sitemap": "^4.1.0",
"gatsby-plugin-styled-components": "^4.5.0",
"gatsby-plugin-typescript": "^3.5.0",
"gatsby-source-filesystem": "^3.4.0",
"gatsby-transformer-remark": "^4.2.0",
"gatsby-transformer-sharp": "^3.4.0",
"lodash": "^4.17.21",
"postcss": "^8.3.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-intersection-observer": "^8.32.0",
"react-scroll": "^1.8.2",
"styled-components": "^5.3.0",
"tailwindcss": "^2.1.2",
"twin.macro": "^2.4.2"
},
"devDependencies": {
"@types/lodash": "^4.14.170",
"@types/react": "^17.0.6",
"@types/react-helmet": "^6.1.1",
"@types/react-scroll": "^1.8.2",
"@types/styled-components": "^5.1.9",
"@types/tailwindcss": "^2.0.3",
"prettier": "2.2.1",
"typescript": "^4.2.4"
},
"keywords": [
"gatsby"
],
"babelMacros": {
"twin": {
"config": "./tailwind.config.js",
"preset": "styled-components",
"autoCssProp": true,
"hasSuggestions": true
}
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ankitkumarsamota121/project-amsterdam"
},
"bugs": {
"url": "https://github.com/ankitkumarsamota121/project-amsterdam/issues"
}
}