-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.15 KB
/
package.json
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
{
"name": "@new-ui/journal",
"version": "0.1.0",
"description": "A blog theme for Astro.",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro check && tsc --noEmit && astro build",
"preview": "astro preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NewDesignFile/template-journal.git"
},
"author": "@planetabhi",
"license": "MIT",
"bugs": {
"url": "https://github.com/NewDesignFile/template-journal/issues"
},
"homepage": "https://new-ui.com/docs/templates/journal",
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.5",
"@astrojs/react": "^4.1.3",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/parser": "^8.19.1",
"astro": "^5.1.5",
"eslint": "^9.17.0",
"eslint-plugin-astro": "^1.3.1",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"remark-math": "^6.0.0",
"typescript": "^5.7.3"
},
"devDependencies": {
"@new-ui/foundations": "^0.1.0"
}
}