Files
rdvspeakers-theme-hugo/package.json
Horacio Gonzalez a91e43f8fe Updating theme
2021-02-01 23:22:37 +01:00

40 lines
1.3 KiB
JSON

{
"name": "devfest-theme-hugo",
"version": "1.0.0",
"description": "A theme for a conference website. Created for DevFest Toulouse 2019",
"repository": "https://github.com/GDGToulouse/devfest-theme-hugo",
"author": "Igor Laborie <ilaborie@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
"watch:script": "rollup -c --watch",
"watch:style": "node-sass src/style/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/style/theme.scss -o static; postcss static/theme.css --replace",
"build": "run-p build:*"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.5.4",
"@types/js-yaml": "^3.12.1",
"babel-loader": "^8.2.2",
"babel-preset-env": "^1.7.0",
"cssnano": "^4.1.8",
"node-sass": "^4.11.0",
"npm-run-all": "^4.1.5",
"plop-logger": "^3.1.2",
"postcss-cli": "^6.1.3",
"postcss-preset-env": "^6.7.0",
"rollup": "^1.19.4",
"rollup-plugin-babel": "^4.3.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^6.0.1",
"sass-mq": "^5.0.1",
"tslib": "^1.10.0",
"uglifyjs-webpack-plugin": "^2.2.0"
}
}