-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.82 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": "pk-portfolio",
"version": "1.0.0",
"private": true,
"description": "pk-portfolio",
"author": "Phuykong",
"keywords": [
"gatsby"
],
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@artsy/fresnel": "^6.1.0",
"@cyriacbr/react-split-text": "^1.0.0",
"@gatsbyjs/reach-router": "^2.0.0",
"@pixi/filter-kawase-blur": "^5.1.1",
"@pixi/react-pixi": "^7.0.0-alpha.0",
"@react-three/drei": "^9.60.0",
"@react-three/fiber": "^8.12.0",
"@types/hsl-to-hex": "^1.0.0",
"@types/three": "^0.150.0",
"add": "^2.0.6",
"akar-icons": "^1.9.30",
"bootstrap": "^5.3.1",
"debounce": "^1.2.1",
"dotenv": "^16.3.1",
"framer-motion": "^10.18.0",
"gatsby": "^5.3.3",
"gatsby-link": "^5.4.0",
"gatsby-plugin-image": "^3.3.2",
"gatsby-plugin-sass": "^6.4.0",
"gatsby-plugin-sharp": "^5.3.2",
"gatsby-react-router-scroll": "^6.4.0",
"gatsby-script": "^2.4.0",
"gatsby-source-filesystem": "^5.3.1",
"gatsby-transformer-sharp": "^5.3.1",
"gsap": "^3.12.5",
"hsl-to-hex": "^1.0.0",
"pixi.js": "^7.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dotenv": "^0.1.3",
"react-responsive": "^9.0.2",
"react-select": "^5.7.7",
"sass": "^1.57.1",
"simplex-noise": "^4.0.1",
"styled-components": "^5.3.9",
"three": "^0.151.0"
},
"devDependencies": {
"@types/debounce": "^1.2.1",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"autoprefixer": "^10.4.13",
"gatsby-plugin-postcss": "^6.4.0",
"postcss": "^8.4.21",
"tailwind-bootstrap-grid": "^5.0.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4"
}
}