mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-10 06:52:05 +01:00
57 lines
2.0 KiB
JSON
57 lines
2.0 KiB
JSON
{
|
|
"name": "BitwiseCmd",
|
|
"version": "1.0.0",
|
|
"description": "Bitwise Operations Console",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "rm -rf ./BitwiseCmdPages/* && cp ./src/index.html ./BitwiseCmdPages && cp ./src/bundle.js ./BitwiseCmdPages && cp ./src/bundle.js.map ./BitwiseCmdPages && cp -r ./src/css ./BitwiseCmdPages && cp -r ./src/img ./BitwiseCmdPages",
|
|
"serv": "webpack-dev-server --content-base ./src",
|
|
"e2e": "protractor ./tests/e2e.chrome.js --params.appUrl='http://localhost:8080/#clear'",
|
|
"e2e_build": "protractor ./tests/e2e.chrome.js --params.appUrl='http://localhost:3000/#clear'",
|
|
"e2e_remote": "protractor ./tests/e2e.chrome.js --params.appUrl='http://bitwisecmd.com/react/#clear'",
|
|
"test": "karma start"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/BorysLevytskyi/BitwiseCmd.git"
|
|
},
|
|
"author": "Borys Levytskyi",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/BorysLevytskyi/BitwiseCmd/issues"
|
|
},
|
|
"homepage": "https://github.com/BorysLevytskyi/BitwiseCmd",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.18.0",
|
|
"babel-plugin-syntax-jsx": "^6.18.0",
|
|
"babel-plugin-transform-class-properties": "^6.19.0",
|
|
"babel-plugin-transform-react-jsx": "^6.8.0",
|
|
"babel-preset-es2015": "^6.18.0",
|
|
"babel-preset-react": "^6.16.0",
|
|
"grunt-contrib-clean": "latest",
|
|
"grunt-contrib-copy": "latest",
|
|
"grunt-contrib-cssmin": "latest",
|
|
"grunt-contrib-uglify": "latest",
|
|
"grunt-processhtml": "latest",
|
|
"jasmine": "latest",
|
|
"karma": "latest",
|
|
"karma-jasmine": "latest",
|
|
"karma-webpack": "latest",
|
|
"source-map-loader": "^0.1.5",
|
|
"ts-loader": "^1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@types/react": "^0.14.44",
|
|
"@types/react-dom": "^0.14.18",
|
|
"babel-core": "^6.18.2",
|
|
"babel-loader": "^6.2.8",
|
|
"babel-plugin-transform-class-properties": "^6.19.0",
|
|
"babel-preset-es2015": "^6.18.0",
|
|
"babel-preset-react": "^6.16.0",
|
|
"body-parser": "^1.15.2",
|
|
"lodash": "^4.17.2",
|
|
"react": "^15.4.0",
|
|
"react-dom": "^15.4.0"
|
|
}
|
|
}
|