-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
106 lines (106 loc) · 3.45 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "giulia-nicola-pernice-design-studio",
"private": true,
"description": "Giulia Nicole Pernice Portfolio",
"version": "1.5.0",
"license": "",
"babelMacros": {
"twin": {
"preset": "emotion"
}
},
"engines": {
"node": "18.20.4"
},
"scripts": {
"build": "gatsby build",
"dev": "GATSBY_GRAPHQL_IDE=playground gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run dev",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest",
"deploy": "./deploy.sh",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"changelog:release": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"release": "npm run changelog && git add CHANGELOG.md && git commit -m \"docs(changelog): update changelog\" && npm version patch && git push --follow-tags origin main"
},
"dependencies": {
"@amcharts/amcharts5": "^5.8.7",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.3.0",
"@fontsource/ibm-plex-sans": "^4.2.2",
"@gsap/simply": "^3.12.5",
"@hcaptcha/react-hcaptcha": "^1.10.1",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"gatsby": "^3.5.0",
"gatsby-background-image": "^1.6.0",
"gatsby-plugin-anchor-links": "^1.2.1",
"gatsby-plugin-emotion": "^6.4.0",
"gatsby-plugin-image": "^1.3.1",
"gatsby-plugin-manifest": "^3.0.0",
"gatsby-plugin-mdx": "^2.0.0",
"gatsby-plugin-offline": "^4.0.0",
"gatsby-plugin-purgecss": "^5.0.0",
"gatsby-plugin-react-helmet": "^4.3.0",
"gatsby-plugin-react-svg": "^3.0.1",
"gatsby-plugin-sass": "^4.0.0",
"gatsby-plugin-scroll-reveal": "^0.0.7",
"gatsby-plugin-sharp": "^3.1.0",
"gatsby-plugin-transition-link": "^1.20.5",
"gatsby-remark-autolink-headers": "^4.0.0",
"gatsby-source-filesystem": "^3.0.0",
"gatsby-transformer-mdx": "^1.2.0",
"gatsby-transformer-sharp": "^3.1.0",
"gsap": "npm:@gsap/simply",
"photoswipe": "^5.4.4",
"prop-types": "^15.8.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-google-recaptcha": "^3.1.0",
"react-gsap": "^3.2.1",
"react-headroom": "^3.2.1",
"react-helmet": "^6.1.0",
"react-html-parser": "^2.0.2",
"react-intersection-observer": "^8.33.1",
"react-photoswipe-gallery": "^3.0.2",
"react-scroll-parallax": "^3.0.6",
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1",
"styled-components": "^5.2.3",
"styled-icons": "^10.33.0",
"tailwindcss": "^3.0.7",
"tailwindcss-fluid-type": "^1.3.3",
"twin.macro": "^2.4.1"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"babel-jest": "^26.6.3",
"babel-plugin-styled-components": "^1.12.0",
"babel-preset-gatsby": "^1.4.0",
"commitizen": "^4.3.0",
"conventional-changelog-cli": "^5.0.0",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^16.4.5",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.32",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"minipass": "2.7.0",
"postcss": "^8.4.5",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"react-test-renderer": "^17.0.2",
"sass": "^1.32.8",
"yarn-upgrade-all": "^0.7.1"
},
"repository": {
"type": "git",
"url": "https://github.com/yumyo/Portfolio"
},
"bugs": {
"url": "https://github.com/yumyo/Portfolio/issues"
}
}