blacktie-pages
Version:
A simple page routing component
84 lines (83 loc) • 2.48 kB
JSON
{
"name": "blacktie-pages",
"version": "0.0.12",
"description": "A simple page routing component",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "riot src dist/index.js",
"build": "webpack --mode development",
"build:riot": "npm run compile",
"publish": "npm run compile"
},
"repository": {
"type": "git",
"url": "https://github.com/shawn-sandy/blacktie.git"
},
"keywords": [
"page",
"routing",
"riot"
],
"author": "shawn sandy <creative@shawnsandy.design>",
"license": "MIT",
"bugs": {
"url": "https://github.com/shawn-sandy/blacktie/issues"
},
"homepage": "https://github.com/shawn-sandy/blacktie#readme",
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.0.0-beta.40",
"@stencil/core": "0.6.0",
"@stencil/dev-server": "^0.0.18",
"autoprefixer": "^7.2.3",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015-riot": "^1.1.0",
"bootstrap": "^4.1.0",
"browser-sync": "^2.24.4",
"browser-sync-webpack-plugin": "^2.2.2",
"bytesize-icons": "^1.3.0",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.3.1",
"cross-env": "^5.1.3",
"css-loader": "^0.28.11",
"dotenv": "^5.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"gulp": "^3.9.1",
"gulp-cli": "^2.0.1",
"gulp-cssnano": "^2.1.2",
"gulp-print": "^5.0.0",
"gulp-sass": "^3.1.0",
"gulp-sizereport": "^1.2.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"kss": "^3.0.0-beta.18",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.9.0",
"np": "^2.19.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"postcss-loader": "^2.1.0",
"raw-loader": "^0.5.1",
"require-dir": "^1.0.0",
"riot": "^3.9.0",
"riot-compiler": "^3.4.0",
"riot-hot-reload": "^1.0.0",
"riot-tag-loader": "^2.0.2",
"sass-loader": "^6.0.6",
"smooth-scroll": "^12.1.5",
"style-loader": "^0.20.1",
"uglifyjs-webpack-plugin": "^1.1.5",
"umbrellajs": "^2.10.1",
"validate": "github:cferdinandi/validate",
"webpack": "^4.9.2",
"webpack-cli": "^2.1.4",
"webpack-dashboard": "^1.0.2",
"webpack-dev-server": "^3.1.4",
"webpack-notifier": "^1.5.0"
},
"publishConfig": {
"access": "public"
}
}