51 lines
1.7 KiB
JSON
51 lines
1.7 KiB
JSON
{
|
|
"name": "driver.js",
|
|
"version": "0.9.5",
|
|
"description": "A light-weight, no-dependency, vanilla JavaScript library to drive the user's focus across the page",
|
|
"main": "dist/driver.min.js",
|
|
"types": "types/index.d.ts",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"build-demo": "NODE_ENV=production webpack --config config/webpack.config.demo.js",
|
|
"build": "webpack --config config/webpack.config.prod.js",
|
|
"deploy-demo": "NODE_DEBUG=gh-pages gh-pages -d dist/demo"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kamranahmedse/driver.js/issues"
|
|
},
|
|
"homepage": "https://github.com/kamranahmedse/driver.js#readme",
|
|
"repository": "https://github.com/kamranahmedse/driver.js",
|
|
"author": "Kamran Ahmed <kamranahmed.se@gmail.com>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.2.2",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.3.2",
|
|
"@babel/preset-env": "^7.3.1",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-loader": "^8.0.5",
|
|
"copy-webpack-plugin": "^4.6.0",
|
|
"css-loader": "^2.1.0",
|
|
"cssnano": "^4.1.8",
|
|
"eslint": "^5.13.0",
|
|
"eslint-config-airbnb-base": "^13.1.0",
|
|
"eslint-loader": "^2.1.2",
|
|
"eslint-plugin-import": "^2.16.0",
|
|
"eslint-plugin-node": "^8.0.1",
|
|
"extract-loader": "^3.1.0",
|
|
"extract-text-webpack-plugin": "next",
|
|
"file-loader": "^3.0.1",
|
|
"gh-pages": "^2.0.1",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"node-sass": "^4.11.0",
|
|
"opn": "^5.4.0",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.1",
|
|
"postcss-loader": "^3.0.0",
|
|
"sass-loader": "^7.1.0",
|
|
"style-loader": "^0.23.1",
|
|
"webpack": "^4.29.2",
|
|
"webpack-cli": "^3.2.3",
|
|
"webpack-dev-server": "^3.1.14"
|
|
},
|
|
"dependencies": {}
|
|
}
|