-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.58 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.58 KB
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
{
"name": "assemblescript-landing-page",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"host": "vite --host"
},
"dependencies": {
"@monaco-editor/react": "^4.5.1",
"@react-three/drei": "^9.78.1",
"@react-three/fiber": "^8.13.4",
"@react-three/postprocessing": "^2.15.0",
"@typescript-eslint/parser": "^5.61.0",
"add-to-calendar-button-react": "^2.4.3",
"bootstrap": "^5.3.0",
"framer-motion": "^10.16.5",
"fuse.js": "^6.6.2",
"gl-noise": "^1.6.1",
"gsap": "^3.12.2",
"leva": "^0.9.35",
"maath": "^0.7.0",
"prismjs": "^1.29.0",
"r3f-perf": "^7.1.2",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-dom": "^18.2.0",
"react-loading-skeleton": "^3.3.1",
"react-router-dom": "^6.14.1",
"react-syntax-highlighter": "^15.5.0",
"react-toastify": "^9.1.3",
"react-tooltip": "^5.22.0",
"react-type-animation": "^3.1.0",
"sass": "^1.63.6",
"styled-components": "^6.0.3",
"three": "^0.154.0",
"three-custom-shader-material": "^5.4.0",
"typescript": "^5.1.6",
"universal-cookie": "^6.1.1"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.0.1",
"eslint": "^8.44.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"vite": "^4.4.0"
}
}