-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·35 lines (35 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·35 lines (35 loc) · 1.07 KB
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": "rolojf-base3",
"version": "1.1.0",
"description": "Starter for all my projects",
"main": "index.js",
"repository": "https://github.com/rolojf/base3.git",
"author": "RF",
"license": "MIT",
"scripts": {
"dev": "run-p dev:elm dev:hugo",
"dev:hugo": "NODE_ENV=development hugo server --disableFastRender --navigateToChanged --buildDrafts",
"dev:elm": "nodemon --exec ./build-elm.sh",
"prod": "run-s deploy:assets build:hugo",
"deploy:assets": "./build-elm-optimiza.sh && ./optim-elm.sh",
"build:hugo": "NODE_ENV=production hugo --gc --minify"
},
"devDependencies": {
"@sanity/core": "^2.1.2",
"nodemon": "^2.0.6",
"npm-run-all": "^4.1.5"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^3.1.3",
"@tailwindcss/typography": "^0.3.1",
"@tailwindcss/ui": "^0.7.2",
"alpinejs": "^2.8.0",
"autoprefixer": "^10.1.0",
"fontsource-inter": "^3.1.7",
"postcss": "^8.2.1",
"postcss-cli": "^8.3.1",
"postcss-custom-properties": "^10.0.0",
"postcss-nested": "^5.0.3",
"tailwindcss": "^2.0.2"
}
}