This repository has been archived by the owner on Dec 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.09 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": "aero-team-eindhoven",
"version": "0.0.0",
"private": true,
"description": "Aero Team Eindhoven Website",
"author": "aeroteameindhoven",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop -H 0.0.0.0",
"build": "gatsby build",
"clean": "gatsby clean",
"typecheck": "tsc",
"lint": "eslint .",
"fmt:check": "prettier . --check",
"fmt:write": "prettier . --write",
"preinstall": "node -e \"if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('You must use Yarn to install, not NPM')\"",
"decap": "decap-server",
"serve": "gatsby serve"
},
"dependencies": {
"@fontsource-variable/dm-sans": "^5.0.6",
"@types/aos": "^3.0.7",
"aos": "^2.3.4",
"classnames": "^2.5.1",
"gatsby": "^5.13.7",
"gatsby-plugin-ackee-tracker": "^4.1.3",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-umami": "^0.1.5",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-json": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"gsap": "^3.12.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-grid-system": "^8.2.0",
"react-swipeable": "^7.0.1",
"sass": "^1.77.8",
"three": "^0.167.0"
},
"devDependencies": {
"@types/eslint": "^8.56.11",
"@types/eslint-config-prettier": "^6.11.3",
"@types/react": "^18.3.3",
"@types/three": "^0.167.1",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"decap-server": "^3.0.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import-x": "^0.5.3",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
},
"packageManager": "[email protected]"
}