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.
97 lines
3.2 KiB
97 lines
3.2 KiB
8 years ago
|
{
|
||
|
"name": "EDEX-ReactJS",
|
||
|
"version": "0.0.1",
|
||
|
"description": "EDEX Wallet ReactJS",
|
||
|
"main": "src/index.js",
|
||
|
"scripts": {
|
||
|
"start": "webpack-dashboard -t 'EDEX-ReactJS' -- webpack-dev-server --colors --no-info",
|
||
|
"build": "rm -rf ./build && NODE_ENV=\"production\" webpack",
|
||
|
"lint-break-on-errors": "eslint ./src ./webpack.config.js -f table --ext .js --ext .jsx",
|
||
|
"lint": "eslint ./src ./webpack.config.js -f table --ext .js --ext .jsx || true",
|
||
|
"preview": "NODE_ENV=\"production\" ./node_modules/webpack-dashboard/bin/webpack-dashboard.js -t 'Preview Mode - EDEX' -- ./node_modules/webpack-dev-server/bin/webpack-dev-server.js",
|
||
|
"test": "jest",
|
||
|
"webdriver-update": "webdriver-manager update",
|
||
|
"webdriver-start": "webdriver-manager start",
|
||
|
"e2e": "protractor",
|
||
|
"e2e-live": "protractor --elementExplorer"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"react",
|
||
|
"webpack",
|
||
|
"babel",
|
||
|
"minimal",
|
||
|
"starter"
|
||
|
],
|
||
|
"author": "SuperNET Team",
|
||
|
"license": "MIT",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/SuperNETorg/EasyDEX-GUI.git"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"babel-core": "^6.14.0",
|
||
|
"babel-loader": "^6.2.5",
|
||
|
"babel-preset-es2015": "^6.14.0",
|
||
|
"babel-preset-react": "^6.11.1",
|
||
|
"express": "^4.14.0",
|
||
|
"file-loader": "^0.10.0",
|
||
|
"react": "^15.3.1",
|
||
|
"react-dom": "^15.3.1",
|
||
|
"react-hot-loader": "^1.3.0",
|
||
|
"react-redux": "^5.0.3",
|
||
|
"react-router": "^3.0.2",
|
||
|
"react-router-redux": "^4.0.4",
|
||
|
"react-transform-catch-errors": "^1.0.2",
|
||
|
"react-transform-hmr": "^1.0.4",
|
||
|
"redux": "^3.6.0",
|
||
|
"redux-logger": "^2.8.2",
|
||
|
"redux-thunk": "^2.2.0",
|
||
|
"url-loader": "^0.5.7",
|
||
|
"whatwg-fetch": "^2.0.3"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"autoprefixer": "^6.5.3",
|
||
|
"babel-core": "^6.7.2",
|
||
|
"babel-eslint": "^7.1.0",
|
||
|
"babel-jest": "^19.0.0",
|
||
|
"babel-loader": "^6.2.4",
|
||
|
"babel-plugin-react-transform": "^2.0.2",
|
||
|
"babel-plugin-syntax-decorators": "^6.13.0",
|
||
|
"babel-plugin-transform-class-properties": "^6.6.0",
|
||
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
||
|
"babel-plugin-transform-object-rest-spread": "^6.6.5",
|
||
|
"babel-plugin-transform-react-display-name": "^6.5.0",
|
||
|
"babel-plugin-transform-runtime": "^6.6.0",
|
||
|
"babel-polyfill": "^6.7.4",
|
||
|
"babel-preset-es2015": "^6.22.0",
|
||
|
"babel-preset-es2015-native-modules": "^6.9.4",
|
||
|
"babel-preset-react": "^6.23.0",
|
||
|
"babel-preset-react-hmre": "^1.1.1",
|
||
|
"babel-preset-stage-0": "^6.16.0",
|
||
|
"babel-runtime": "^6.6.1",
|
||
|
"css-loader": "^0.26.1",
|
||
|
"eslint": "^3.15.0",
|
||
|
"eslint-config-airbnb": "^14.1.0",
|
||
|
"eslint-plugin-babel": "^3.2.0",
|
||
|
"eslint-plugin-import": "^2.2.0",
|
||
|
"eslint-plugin-jsx-a11y": "^4.0.0",
|
||
|
"eslint-plugin-react": "^6.9.0",
|
||
|
"extract-text-webpack-plugin": "^2.0.0",
|
||
|
"file-loader": "^0.9.0",
|
||
|
"html-webpack-plugin": "^2.24.1",
|
||
|
"jasmine-spec-reporter": "^2.4.0",
|
||
|
"jest": "^19.0.2",
|
||
|
"node-sass": "^4.5.0",
|
||
|
"postcss-loader": "^1.1.1",
|
||
|
"protractor": "^4.0.10",
|
||
|
"react-test-renderer": "^15.4.2",
|
||
|
"redux-devtools": "^3.3.2",
|
||
|
"sass-loader": "^5.0.1",
|
||
|
"style-loader": "^0.13.0",
|
||
|
"url-loader": "^0.5.7",
|
||
|
"webpack": "^2.2.1",
|
||
|
"webpack-dashboard": "^0.2.1",
|
||
|
"webpack-dev-server": "^2.2.1"
|
||
|
}
|
||
|
}
|