-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 848 Bytes
/
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
{
"name": "shadowmaru.dev.next",
"version": "1.4.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"cy:open-only": "cypress open",
"cy:run-only": "cypress run",
"cy:open": "start-server-and-test dev 3000 cy:open-only",
"cy:run": "start-server-and-test dev 3000 cy:run-only"
},
"dependencies": {
"axios": "^1.6.5",
"date-fns": "^2.20.1",
"gray-matter": "^4.0.2",
"next": "^14.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark": "^13.0.0",
"remark-html": "^13.0.2"
},
"devDependencies": {
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"cypress": "^13.6.3",
"eslint": "^7.28.0",
"eslint-config-next": "^14.1.0",
"start-server-and-test": "^2.0.3",
"typescript": "^5.3.3"
}
}