forked from oyd/ozgurkon-theme-hugo
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.3 KiB
38 lines
1.3 KiB
{
|
|
"name": "ozgurkon-theme-hugo",
|
|
"version": "1.0.0",
|
|
"description": "A theme for a conference website. Forked from DevFest Toulouse 2019",
|
|
"repository": "https://github.com/GDGToulouse/devfest-theme-hugo",
|
|
"author": "Özcan Oğuz <ozcan@oyd.org.tr>, Igor Laborie <ilaborie@gmail.com>",
|
|
"license": "AGPL-3.0-or-later",
|
|
"private": false,
|
|
"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.14.3",
|
|
"@babel/polyfill": "^7.12.1",
|
|
"@babel/preset-env": "^7.14.2",
|
|
"@types/js-yaml": "^4.0.1",
|
|
"cssnano": "^5.0.4",
|
|
"node-sass": "^6.0.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"plop-logger": "^3.1.7",
|
|
"postcss-cli": "^8.3.1",
|
|
"postcss-preset-env": "^6.7.0",
|
|
"rollup": "^2.50.2",
|
|
"rollup-plugin-babel": "^4.4.0",
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
"rollup-plugin-uglify": "^6.0.4",
|
|
"sass-mq": "^5.0.1"
|
|
},
|
|
"dependencies": {
|
|
"video.js": "^7.0.3"
|
|
}
|
|
}
|
|
|