-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.48 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
{
"name": "luma-to-lightfield",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write \"{components,pages,utils}/**/*.{js,ts,tsx}\""
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@lookingglass/blocks.js": "https://github.com/Looking-Glass/blocks.js.git",
"@mui/material": "^5.10.15",
"@react-three/drei": "^9.47.1",
"@react-three/fiber": "^8.9.1",
"@tailwindcss/typography": "^0.5.7",
"@types/three": "^0.146.0",
"@vercel/analytics": "^0.1.6",
"classnames": "^2.3.2",
"daisyui": "^2.42.1",
"dayjs": "^1.11.7",
"holoplay-core": "^0.0.9",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"next": "12.2.2",
"node-fetch": "^3.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-github-corner": "^2.5.0",
"react-image-crop": "^10.0.9",
"react-toastify": "^9.1.1",
"recoil": "^0.7.6",
"three": "^0.147.0",
"unzipit": "^1.4.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/lodash": "^4.14.191",
"@types/node": "18.0.6",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.7",
"eslint": "8.20.0",
"eslint-config-next": "12.2.2",
"postcss": "^8.4.14",
"prettier": "^2.8.1",
"tailwindcss": "^3.1.6",
"typescript": "4.7.4"
}
}