-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.51 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.51 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
{
"name": "reactive-image",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "velite dev & cross-env NEXT_DISABLE_TURBOPACK=1 next dev",
"dev:full": "concurrently \"npm run -w reactive-image dev\" \"npm run dev\"",
"build": "velite build && next build",
"build:package": "npm run -w reactive-image build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@iconify/react": "^6.0.2",
"markdown-to-jsx": "^8.0.0",
"next": "16.0.10",
"postcss": "^8.5.6",
"react": "19.2.0",
"react-dom": "19.2.0"
},
"devDependencies": {
"@next/mdx": "^16.0.10",
"@tailwindcss/postcss": "^4.1.17",
"@types/node": "^20",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"concurrently": "^9.2.1",
"cross-env": "^10.1.0",
"eslint": "^9",
"eslint-config-next": "16.0.10",
"mdx": "^0.3.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-mdx-frontmatter": "^5.2.0",
"tailwindcss": "^4.1.17",
"tsup": "^8.5.0",
"typescript": "^5.9.3",
"velite": "^0.3.0"
},
"workspaces": [
"packages/*"
],
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/poyrazavsever/reactive-image.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/poyrazavsever/reactive-image/issues"
},
"homepage": "https://github.com/poyrazavsever/reactive-image#readme"
}