-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.63 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.63 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
{
"name": "edeetee.github.io",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint '**/*.{js,jsx,ts,tsx}'",
"prettier": "prettier --write '**/*.{js,jsx,ts,tsx}'"
},
"dependencies": {
"@mdi/js": "^6.6.96",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.3.0",
"@types/mdx": "^2.0.13",
"@types/react-modal": "^3.16.3",
"fast-vector": "^2.3.3",
"gl-matrix": "^3.4.3",
"glsl-fast-gaussian-blur": "^1.0.2",
"glsl-hsv2rgb": "^1.0.0",
"glsl-noise": "^0.0.0",
"glsl-rotate": "^1.1.0",
"glslify-loader": "^2.0.0",
"mouse-change": "^1.4.0",
"next": "14.2.4",
"next-compose-plugins": "^2.2.1",
"next-image-export-optimizer": "^1.13.0",
"next-optimized-images": "^2.6.2",
"raw-loader": "^4.0.2",
"react": "^18.0.2",
"react-dom": "^18.0.2",
"react-medium-image-zoom": "^5.2.4",
"react-modal": "^3.16.1",
"regl": "^2.1.0",
"sharp": "^0.33.4",
"webp-loader": "^0.6.0"
},
"devDependencies": {
"@types/node": "^14.14.13",
"@types/react": "^18.0.2",
"@types/react-dom": "^18.0.2",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"eslint": "^7.15.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-prettier": "^3.2.0",
"typescript": "^4.1.3",
"webpack-bundle-analyzer": "^4.5.0"
}
}