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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

50 lines
1.5 KiB

7 years ago
{
"name": "vim-vixen",
"description": "Vim vixen",
"scripts": {
7 years ago
"start": "webpack -w --debug --devtool inline-source-map",
7 years ago
"build": "NODE_ENV=production webpack --progress --display-error-details",
"package": "npm run build && script/package.sh",
7 years ago
"lint": "eslint --ext .jsx,.js src",
7 years ago
"test": "karma start"
7 years ago
},
"repository": {
"type": "git",
"url": "git+https://github.com/ueokande/vim-vixen.git"
},
"author": "Shin'ya Ueoka",
"license": "MIT",
"bugs": {
"url": "https://github.com/ueokande/vim-vixen/issues"
},
"homepage": "https://github.com/ueokande/vim-vixen",
"devDependencies": {
6 years ago
"adm-zip": "^0.4.7",
"babel-cli": "^6.24.1",
"babel-eslint": "^8.0.2",
"babel-loader": "^7.1.1",
"babel-minify-webpack-plugin": "^0.2.0",
"babel-preset-es2015": "^6.24.1",
7 years ago
"babel-preset-preact": "^1.1.0",
"chai": "^4.1.1",
"css-loader": "^0.28.4",
7 years ago
"eslint": "^4.7.0",
7 years ago
"eslint-plugin-react": "^7.4.0",
"html-webpack-plugin": "^2.30.1",
6 years ago
"karma": "^2.0.0",
7 years ago
"karma-firefox-launcher": "^1.0.1",
"karma-html2js-preprocessor": "^1.1.0",
7 years ago
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.4",
6 years ago
"mocha": "^5.0.0",
"node-sass": "^4.5.3",
7 years ago
"preact": "^8.2.6",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
6 years ago
"web-ext": "github:ueokande/web-ext#patched-2.3.2",
"webpack": "^3.5.3"
}
7 years ago
}