-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
49 lines (49 loc) · 1.46 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
{
"name": "poetry-website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": ">=18",
"npm": ">=7"
},
"scripts": {
"dev": "concurrently --names=assets,server --prefix-colors=cyan.bold,magenta.bold 'rollup --config --watch' 'hugo server --buildDrafts --buildFuture --watch'",
"prod": "rollup --config --failAfterWarnings --environment NODE_ENV:production",
"algolia": "atomic-algolia"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@algolia/autocomplete-js": "^1.1.0",
"@babel/core": "^7.14.3",
"@babel/eslint-parser": "^7.14.4",
"@babel/preset-env": "^7.14.2",
"@hotwired/stimulus": "^3.0.1",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-eslint": "^8.0.1",
"@rollup/plugin-image": "^2.1.1",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-replace": "^4.0.0",
"algoliasearch": "^4.9.1",
"atomic-algolia": "^0.3.19",
"autoprefixer": "^10.2.5",
"concurrently": "^7.2.1",
"eslint": "^8.16.0",
"hugo-bin": "^0.89.0",
"postcss": "^8.2.10",
"postcss-import": "^14.0.2",
"postcss-nested": "^5.0.5",
"prettier": "^3.0.3",
"prettier-plugin-go-template": "^0.0.15",
"rollup": "^2.50.2",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"stimulus-use": "^0.50.0",
"tailwindcss": "^3.3.2"
},
"dependencies": {
"vercel": "^27.0.2"
}
}