-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1.01 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
{
"name": "story.bot",
"version": "1.0.0",
"description": "Stories told by AI",
"main": "index.js",
"scripts": {
"start": "eleventy --serve --quiet",
"build": "NODE_ENV=production eleventy",
"write": "node scripts/content-creator.js",
"action": "node scripts/action.js",
"prompt": "node scripts/prompt.js"
},
"author": "Javier Bullrich <[email protected]>",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^3.1.8",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
"@actions/core": "^1.10.0",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"daisyui": "^4.12.10",
"eleventy-google-fonts": "^0.1.0",
"html-minifier": "^4.0.0",
"json2yaml": "^1.1.0",
"moment": "^2.29.4",
"openai": "^4.40.2",
"postcss": "^8.4.47",
"story-gpt": "^0.2.0",
"string-sanitizer": "^2.0.2",
"tailwindcss": "^3.4.12"
}
}