generated from 5t3ph/eleventy-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.4 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
54
{
"name": "@kickstartds/eleventy-plugin-kickstartds",
"version": "0.0.10",
"description": "Description of plugin",
"keywords": [
"11ty",
"11ty-plugin",
"eleventy",
"eleventy-plugin",
"kickstartds"
],
"homepage": "",
"bugs": {
"url": "https://github.com/username/repo-name/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/username/repo-name.git"
},
"license": "(MIT OR Apache-2.0)",
"author": {
"name": "Jonas Ulrich",
"email": "[email protected]"
},
"main": ".eleventy.js",
"scripts": {
"format": "prettier -w .",
"build": "tsc && npx @11ty/eleventy",
"start": "tsc && npx @11ty/eleventy --serve",
"prepublishOnly": "tsc && esbuild src/page.js --outdir=src --allow-overwrite --define:process.env.NODE_ENV=\\\"production\\\""
},
"dependencies": {
"browserslist": "^4.23.1",
"browserslist-to-esbuild": "^1.2.0",
"esbuild": "^0.21.5",
"esbuild-sass-plugin": "^3.3.1",
"lightningcss": "^1.25.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@kickstartds/base": "^4.0.5",
"@kickstartds/core": "^4.0.5",
"@types/node": "^20.14.2",
"@types/react-dom": "^18.3.0",
"prettier": "^3.3.2",
"release-it": "^17.3.0",
"typescript": "^5.4.5"
},
"peerDependencies": {
"@11ty/eleventy": "^2.0.0"
}
}