-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.38 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
{
"name": "portfolio",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.4.1",
"@react-three/drei": "^9.84.1",
"@react-three/fiber": "^8.14.2",
"@react-three/postprocessing": "^2.15.1",
"@sendgrid/mail": "^7.6.0",
"@svgr/webpack": "^8.1.0",
"@use-gesture/react": "^10.0.3",
"axios": "^0.24.0",
"blobs": "^2.2.1-beta.1",
"clsx": "^1.1.1",
"curtainsjs": "^8.1.3",
"github-contributions-counter": "^2.1.3",
"jotai": "^1.5.0",
"lerp": "^1.0.3",
"less": "^4.1.1",
"next": "^13.5.1",
"postprocessing": "^6.23.1",
"react": "^18.2.0",
"react-code-blocks": "^0.1.4",
"react-curtains": "^1.0.10",
"react-dom": "^18.2.0",
"react-hook-form": "^7.46.1",
"react-scroll-parallax": "^2.4.0",
"react-spring": "^9.3.0",
"react95": "^3.8.0",
"sass": "^1.41.1",
"styled-components": "^5.3.0",
"three": "^0.156.1",
"three-stdlib": "^2.4.2",
"troika-three-text": "^0.43.0",
"use-animation-frame": "^0.1.1",
"usehooks-ts": "^2.0.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@next/eslint-plugin-next": "^11.1.2",
"@types/react": "17.0.19",
"@types/styled-components": "^5.1.12",
"@types/three": "^0.131.1",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"autoprefixer": "^10.3.1",
"eslint": "^7.26.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-next": "^13.5.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-chai-friendly": "^0.7.1",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-graphql": "^4.0.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-testing-library": "^4.6.0",
"next-transpile-modules": "^10.0.1",
"postcss": "^8.3.6",
"prettier": "^2.4.0",
"tailwindcss": "^2.2.7",
"typescript": "^4.3.5",
"typescript-eslint": "0.0.1-alpha.0"
}
}