-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.36 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
{
"name": "complexify",
"version": "0.0.0-managed.by.semantic.release",
"private": true,
"author": "Mario Di Caprio",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"build-parser": "antlr4ts -visitor \"src/parser/Complexify.g4\" -o \"src/parser/generated\"",
"prepare": "husky"
},
"dependencies": {
"@heroui/react": "^2.7.5",
"@react-three/drei": "^10.0.6",
"@react-three/fiber": "^9.1.2",
"antlr4ts": "^0.5.0-alpha.4",
"framer-motion": "^12.6.3",
"glslify-loader": "^2.0.0",
"next": "15.2.4",
"raw-loader": "^4.0.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"react-mathquill": "^1.0.3",
"three": "^0.175.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-angular": "^19.8.0",
"@eslint/eslintrc": "^3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^7.0.3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.175.0",
"antlr4ts-cli": "^0.5.0-alpha.4",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "15.2.4",
"husky": "^9.1.7",
"semantic-release": "^24.2.3",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}