A fork of https://github.com/ueokande/vim-vixen
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.
55 lines
1.7 KiB
55 lines
1.7 KiB
{ |
|
"name": "vim-vixen", |
|
"description": "Vim vixen", |
|
"scripts": { |
|
"start": "webpack --mode development -w --debug --devtool inline-source-map", |
|
"build": "NODE_ENV=production webpack --mode production --progress --display-error-details", |
|
"package": "npm run build && script/package.sh", |
|
"lint": "eslint --ext .jsx,.js src", |
|
"test": "karma start", |
|
"test:e2e": "mocha --timeout 8000 e2e" |
|
}, |
|
"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": { |
|
"babel-cli": "^6.26.0", |
|
"babel-eslint": "^10.0.1", |
|
"babel-loader": "^7.1.5", |
|
"babel-preset-preact": "^1.1.0", |
|
"babel-preset-stage-2": "^6.24.1", |
|
"chai": "^4.2.0", |
|
"css-loader": "^2.1.1", |
|
"eslint": "^5.15.1", |
|
"eslint-plugin-react": "^7.12.4", |
|
"html-webpack-plugin": "^3.2.0", |
|
"karma": "^4.0.1", |
|
"karma-firefox-launcher": "^1.1.0", |
|
"karma-html2js-preprocessor": "^1.1.0", |
|
"karma-mocha": "^1.3.0", |
|
"karma-mocha-reporter": "^2.2.5", |
|
"karma-sinon": "^1.0.5", |
|
"karma-sourcemap-loader": "^0.3.7", |
|
"karma-webpack": "^3.0.5", |
|
"lanthan": "git+https://github.com/ueokande/lanthan.git#master", |
|
"mocha": "^6.0.2", |
|
"node-sass": "^4.11.0", |
|
"preact": "^8.4.2", |
|
"preact-redux": "^2.0.3", |
|
"redux": "^4.0.1", |
|
"redux-promise": "^0.6.0", |
|
"sass-loader": "^7.1.0", |
|
"sinon-chrome": "^2.3.2", |
|
"style-loader": "^0.23.1", |
|
"webextensions-api-fake": "^0.5.1", |
|
"webpack": "^4.30.0", |
|
"webpack-cli": "^3.3.0" |
|
} |
|
}
|
|
|