@ciffi-js/builder
Version:
Builder for ciffi js webbpack project
93 lines (92 loc) • 2.98 kB
JSON
{
"name": "@ciffi-js/builder",
"version": "5.3.0",
"description": "Builder for ciffi js webbpack project",
"main": "./builder.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ciffi/ciffi-js/"
},
"author": {
"name": "Ciffi"
},
"keywords": [
"ciffi",
"ciffi-js",
"javascript",
"front-end",
"development",
"web",
"module",
"javascript utility",
"javascript builder"
],
"license": "MIT",
"homepage": "https://github.com/ciffi/ciffi-js",
"preferGlobal": false,
"bin": {
"ciffi-builder": "./builder.js"
},
"dependencies": {
"@babel/cli": "7.8.4",
"@babel/core": "7.9.6",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-decorators": "7.8.3",
"@babel/plugin-proposal-do-expressions": "7.8.3",
"@babel/plugin-proposal-export-default-from": "7.8.3",
"@babel/plugin-proposal-export-namespace-from": "7.8.3",
"@babel/plugin-proposal-function-bind": "7.8.3",
"@babel/plugin-proposal-function-sent": "7.8.3",
"@babel/plugin-proposal-json-strings": "7.8.3",
"@babel/plugin-proposal-logical-assignment-operators": "7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.8.3",
"@babel/plugin-proposal-numeric-separator": "7.8.3",
"@babel/plugin-proposal-optional-chaining": "7.9.0",
"@babel/plugin-proposal-pipeline-operator": "7.8.3",
"@babel/plugin-proposal-throw-expressions": "7.8.3",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.8.3",
"@babel/plugin-transform-regenerator": "7.8.7",
"@babel/plugin-transform-runtime": "7.9.6",
"@babel/preset-env": "7.9.6",
"@babel/preset-react": "7.9.4",
"@babel/runtime": "7.9.6",
"@ciffi-js/design-token": "^1.2.1",
"@ciffi-js/dev-server": "^2.3.1",
"@ciffi-js/webpack-wcs-loader": "^1.0.1",
"autoprefixer": "9.7.6",
"babel-eslint": "10.1.0",
"babel-jest": "25.5.1",
"babel-loader": "8.1.0",
"babel-plugin-dynamic-import-node": "2.3.3",
"babel-plugin-module-resolver": "4.0.0",
"babel-plugin-styled-components": "1.10.7",
"chalk": "4.0.0",
"clean-css-cli": "4.3.0",
"copyfiles": "2.2.0",
"css-loader": "3.5.3",
"error-overlay-webpack-plugin": "0.4.1",
"eslint": "6.8.0",
"eslint-loader": "4.0.2",
"eslint-plugin-react": "7.19.0",
"file-exists": "5.0.1",
"file-loader": "6.0.0",
"jest": "25.5.4",
"livereload": "0.9.1",
"meow": "6.1.1",
"mini-css-extract-plugin": "0.9.0",
"node-notifier": "7.0.0",
"node-sass": "4.14.0",
"postcss-cli": "7.1.1",
"postcss-loader": "3.0.0",
"sass-loader": "8.0.2",
"spawn-command": "0.0.2-1",
"style-loader": "1.2.1",
"terser-webpack-plugin": "3.0.0",
"twig-loader": "0.5.3",
"webpack": "4.43.0",
"webpack-dev-middleware": "3.7.2",
"webpack-hot-middleware": "2.25.0",
"workbox-webpack-plugin": "5.1.3"
}
}