-
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.41 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.41 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": "nksja",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack -p 3016",
"build": "next build",
"start": "next start -p 3016",
"lint": "next lint",
"analyze": "ANALYZE=true next build",
"test": "vitest run",
"analyze:server": "ANALYZE=true BUNDLE_ANALYZE=server next build",
"analyze:browser": "ANALYZE=true BUNDLE_ANALYZE=browser next build"
},
"dependencies": {
"@inrupt/solid-client": "^2.1.2",
"@inrupt/solid-client-authn-browser": "^3.1.1",
"@inrupt/vocab-common-rdf": "^1.0.5",
"@rdfjs/namespace": "^2.0.1",
"@tiptap/extension-image": "^3.20.1",
"@tiptap/extension-link": "^3.20.1",
"@tiptap/react": "^3.20.1",
"@tiptap/starter-kit": "^3.20.1",
"clsx": "^2.1.1",
"next": "^16.1.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-icons": "^5.6.0",
"swiper": "^11.2.10",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^4.1.18",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@next/bundle-analyzer": "^15.5.12",
"@tailwindcss/postcss": "^4.2.1",
"@types/node": "^20.19.37",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.4",
"eslint-config-next": "15.3.5",
"prettier": "^3.8.1",
"tailwindcss": "^4.0.0",
"typescript": "^5.9.3",
"vitest": "^4.1.0"
}
}