-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
53 lines (53 loc) · 1.12 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
44
45
46
47
48
49
50
51
52
53
{
"name": "@agility/nextjs",
"version": "15.0.3",
"description": "Agility CMS support for NextJS 14 and Next Image",
"repository": {
"type": "git",
"url": "git+https://github.com/agility/agility-next.git"
},
"bugs": {
"url": "https://github.com/agility/agility-next/issues"
},
"homepage": "https://github.com/agility/agility-next#readme",
"main": "index.js",
"scripts": {
"clean": "git clean -Xf",
"build": "tsc && mv ./dist/* ./ && rm -rf ./dist",
"prepare": "yarn build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"next",
"nextjs",
"agility",
"cms",
"headlesscms",
"react",
"ssg",
"ssr",
"isr",
"next/image"
],
"author": "Agility CMS",
"contributors": [
"Joel Varty",
"Kevin Tran"
],
"license": "MIT",
"peerDependencies": {
"@agility/content-fetch": "^2.0.0",
"next": "^15.0.3"
},
"devDependencies": {
"@agility/content-fetch": "^2.0.2",
"@types/node": "^18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "^17.0.2",
"next": "^15.0.3",
"react": "^18.3.1",
"ts-loader": "^8.0.18",
"typescript": "4.9.3"
},
"dependencies": {}
}