-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.75 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
{
"name": "idealogue",
"version": "3.1.11",
"private": true,
"description": "Idealogue.studio site.",
"contributors": [
{
"name": "Mariusz Roliński",
"email": "[email protected]",
"url": "https://mariusz.io"
}
],
"repository": {
"type": "git",
"url": "https://github.com/idealogue/idealogue.studio"
},
"bugs": {
"url": "https://github.com/idealogue/idealogue.studio/issues"
},
"keywords": [
"idealogue",
"design",
"digital",
"art"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"prettify": "prettier --write .",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@ibm/plex": "^6.4.1",
"babel-plugin-styled-components": "^2.1.4",
"gatsby": "^5.14.1",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-canonical-urls": "^5.14.0",
"gatsby-plugin-cname": "^1.0.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-plugin-styled-components": "^6.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"gsap": "^3.12.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-in-viewport": "^1.0.0-beta.6",
"react-responsive": "^10.0.0",
"react-scroll": "^1.9.0",
"react-swipeable": "^7.0.2",
"reset-css": "^5.0.2",
"styled-components": "^6.1.14"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@types/react": "^19.0.6",
"@types/react-dom": "^19.0.3",
"@types/react-scroll": "^1.8.10",
"prettier": "^3.4.2",
"typescript": "^5.7.3"
}
}