This repository has been archived by the owner on Jan 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
111 lines (111 loc) · 3.34 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
107
108
109
110
111
{
"name": "fabrizioduroni.it",
"version": "7.1.0",
"private": true,
"description": "Fabrizio Duroni aka 'chicio' website",
"repository": {
"type": "git",
"url": "git+https://github.com/chicio/chicio.github.io.git"
},
"keywords": [
"fabrizio",
"duroni",
"chicio",
"mobile",
"computer-graphics",
"react-native",
"ios",
"android",
"mobile-apps",
"native-apps",
"native",
"typescript"
],
"author": "Fabrizion Duroni",
"license": "MIT",
"bugs": {
"url": "https://github.com/chicio/chicio.github.io/issues"
},
"homepage": "https://github.com/chicio/chicio.github.io#readme",
"engines": {
"node": "^18.4.0"
},
"scripts": {
"prestart": "npm run clean",
"start": "gatsby develop",
"clean": "gatsby clean",
"serve": "gatsby serve",
"test": "jest",
"prebuild": "npm run clean",
"build": "gatsby build",
"predeploy": "npm run clean && npm run build",
"deploy": "gh-pages -d public -b main",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@styled-icons/boxicons-logos": "^10.47.0",
"@styled-icons/boxicons-regular": "^10.47.0",
"@styled-icons/fa-solid": "^10.47.0",
"@styled-icons/styled-icon": "^10.7.1",
"@types/lunr": "^2.3.7",
"@types/react-transition-group": "^4.4.12",
"@types/styled-components": "^5.1.34",
"babel-plugin-styled-components": "^2.1.4",
"disqus-react": "^1.1.5",
"gatsby": "^5.14.1",
"gatsby-plugin-catch-links": "^5.14.0",
"gatsby-plugin-feed": "^5.14.0",
"gatsby-plugin-google-gtag": "^5.14.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-lunr": "^1.5.2",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-offline": "^6.14.0",
"gatsby-plugin-react-helmet": "^6.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-plugin-styled-components": "^6.14.0",
"gatsby-remark-embed-video": "^3.2.1",
"gatsby-remark-emojis": "^0.4.3",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^7.14.0",
"gatsby-remark-katex": "^7.14.0",
"gatsby-remark-prismjs": "^7.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-remark": "^6.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"katex": "0.16.19",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-transition-group": "^4.4.5",
"reading-time": "^1.5.0",
"styled-components": "^6.1.13"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@types/jest": "^29.5.14",
"@types/node": "^20.8.7",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react-helmet": "^6.1.11",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"babel-jest": "^29.7.0",
"babel-loader": "^9.2.1",
"babel-preset-gatsby": "^3.14.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-testing-library": "^7.1.1",
"gh-pages": "^6.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
}
}