-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.64 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
{
"name": "cph101-website",
"version": "1.0.0",
"description": "Figure it out yourself, sherlock",
"main": "index.js",
"scripts": {
"dev": "vite",
"css": "npx postcss ./src/main.scss -o ./src/compiled.scss",
"build": "vite build",
"remote": "node production.js remote",
"decrypt": "node production.js decrypt",
"encrypt": "node production.js encrypt"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react": "^4.2.0",
"child_process": "^1.0.2",
"daisyui": "^4.4.14",
"postcss-import": "^16.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.3",
"three": "^0.132.2",
"typescript": "^5.2.2",
"vite": "^5.0.10"
},
"dependencies": {
"@loadable/component": "^5.15.3",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@uiw/react-markdown-preview": "^5.0.3",
"autoprefixer": "^10.4.19",
"clsx": "^2.1.0",
"colors": "^1.4.0",
"firebase": "^10.6.0",
"framer-motion": "^11.0.24",
"from": "^0.1.7",
"gl-react": "^5.2.0",
"gl-react-dom": "^5.2.1",
"hoist-non-react-statics": "^3.3.2",
"import": "^0.0.6",
"mermaid": "^10.6.1",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"postcss-scss": "^4.0.9",
"raf": "^3.4.1",
"React": "npm:react@^18.2.0",
"react-head": "^3.4.2",
"react-iframe": "^1.8.5",
"react-router-dom": "^6.20.1",
"rehype-rewrite": "^4.0.2",
"sass": "^1.69.5",
"tailwind-merge": "^2.2.2",
"three": "^0.132.2",
"use-elapsed-time": "^3.0.4"
}
}