-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.65 KB
/
Copy pathpackage.json
File metadata and controls
87 lines (87 loc) · 2.65 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "syntax-tm-github-io",
"version": "1.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --webpack",
"dev:turbo": "next dev --turbo",
"build": "next build --webpack",
"build:turbo": "next build --turbo",
"start": "next start",
"lint": "next lint",
"build:dev": "next build --webpack",
"build:prod": "next build --webpack",
"watch": "webpack --watch",
"serve": "webpack serve",
"prebuild": "node ./scripts/prebuild.mjs"
},
"dependencies": {
"@fireworks-js/react": "^2.10.8",
"@fortawesome/fontawesome-svg-core": "^7.3.1",
"@fortawesome/free-brands-svg-icons": "^7.3.1",
"@fortawesome/free-regular-svg-icons": "^7.3.1",
"@fortawesome/free-solid-svg-icons": "^7.3.1",
"@fortawesome/react-fontawesome": "^3.5.0",
"@next/env": "^16.3.1",
"@react-three/drei": "^10.7.8",
"@react-three/fiber": "^9.7.0",
"@uidotdev/usehooks": "^2.4.1",
"awesome-react-gamepads": "^1.0.1",
"fireworks-js": "^2.10.8",
"framer-motion": "^12.43.0",
"motion": "^13.1.0",
"next": "^16.3.1",
"react": "19.2.8",
"react-dom": "19.2.8",
"react-lazily": "^0.9.2",
"react-navigation-controller": "^3.1.1",
"sharp": "^0.35.3",
"three": "^0.185.1",
"use-sound": "^5.0.0",
"zod": "^4.4.3",
"zustand": "^5.0.15"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/postcss": "^4.3.3",
"@types/node": "^26.2.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@types/three": "^0.185.4",
"@typescript-eslint/eslint-plugin": "^8.67.0",
"@typescript-eslint/parser": "^8.67.0",
"@webpack-cli/generators": "^3.0.7",
"autoprefixer": "^10.5.4",
"cross-spawn": "^7.0.6",
"css-loader": "^7.1.4",
"eslint": "^10.8.1",
"eslint-config-next": "^16.3.1",
"eslint-plugin-react": "^7.37.5",
"globals": "^17.11.0",
"html-webpack-plugin": "^5.6.8",
"mini-css-extract-plugin": "^2.10.2",
"postcss": "^8.5.26",
"postcss-import": "^16.2.0",
"postcss-loader": "^8.2.1",
"postcss-scss": "^4.0.9",
"prettier": "^3.9.6",
"sass": "^1.102.0",
"sass-embedded": "^1.102.0",
"sass-loader": "^17.0.0",
"style-loader": "^4.0.0",
"tailwind-scrollbar": "^4.0.2",
"tailwindcss": "^4.3.3",
"ts-loader": "^9.6.2",
"typescript": "^6.0.3",
"typescript-eslint": "^8.67.0",
"url-loader": "^4.1.1",
"webpack": "^5.109.2",
"webpack-cli": "^7.2.2",
"webpack-dev-server": "^6.0.0",
"webpack-shell-plugin-next": "^2.3.3"
},
"description": "@syntax-tm GitHub Pages Site",
"packageManager": "yarn@4.3.1"
}