Files
rdvspeakers-theme-hugo/package.json
Horacio Gonzalez cd96943077 Updating codebase
2020-10-14 15:55:58 +02:00

44 lines
1.3 KiB
JSON

{
"name": "rdvspeakers-theme-hugo",
"version": "1.0.0",
"description": "A theme for a conference website. Based on GDG Toulouse's DevFest Theme Hugo",
"repository": "https://github.com/RdvSpeakers/rdvspeakers-theme-hugo",
"authors": [
"Igor Laborie <ilaborie@gmail.com>",
"Horacio Gonzalez <horacio.gonzalez@gmail.com"
],
"license": "MIT",
"private": true,
"scripts": {
"watch:script": "rollup -c --watch",
"watch:style": "node-sass src/styles/theme.scss -o static --watch",
"start": "run-p watch:*",
"build:icons": "node icons.js",
"build:script": "rollup -c rollup.config.prod.js",
"build:style": "node-sass src/styles/theme.scss -o static; postcss static/theme.css --replace",
"build": "run-p build:*"
},
"dependencies": {
"core-js": "^3.6.5"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@types/js-yaml": "^3.12.5",
"cssnano": "^4.1.8",
"glob": "^7.1.6",
"node-sass": "^4.14.1",
"npm-run-all": "^4.1.5",
"plop-logger": "^3.1.3",
"postcss-cli": "^7.1.1",
"postcss-preset-env": "^6.7.0",
"rollup": "^1.32.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^6.0.4",
"sass-mq": "^5.0.1",
"stylelint": "^13.6.1"
}
}