-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.25 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.25 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
{
"name": "celstomp-docs",
"version": "1.0.0",
"description": "Official documentation for Celstomp - a lightweight and accessible browser-based 2D handdrawn cel animation suite",
"private": false,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^16.1.6",
"@types/mdx": "^2.0.13",
"fumadocs-core": "^16.6.3",
"fumadocs-mdx": "^14.2.7",
"fumadocs-ui": "^16.6.3",
"next": "^16.1.6",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.0",
"@types/node": "^25.2.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^4.1.3",
"typescript": "^5.9.3"
},
"keywords": [
"celstomp",
"animation",
"documentation",
"2d-animation",
"cel-animation",
"browser-animation"
],
"author": "Celstomp Contributors",
"license": "GPL-3.0",
"homepage": "https://github.com/Celstomp/celstomp",
"repository": {
"type": "git",
"url": "https://github.com/Celstomp/celstomp"
}
}