UNPKG

ter-localization-cli

Version:

Quick and powerful library for localization for react / react native application

89 lines (88 loc) 2.87 kB
{ "name": "ter-localization-cli", "version": "0.7.4", "description": "Quick and powerful library for localization for react / react native application", "scripts": { "start": "yarn build && node ./dist/server/index.js", "build-client": "react-scripts build && mkdir -p dist && rm -rf dist/client && mv build dist/client", "build-server": "./node_modules/.bin/babel --presets=@babel/env,@babel/react --plugins=@babel/plugin-proposal-class-properties -d dist/server/ src/server", "build-bin": "./node_modules/.bin/babel --presets=@babel/env,@babel/react --plugins=@babel/plugin-proposal-class-properties -d dist/bin/ src/bin", "build-helpers": "./node_modules/.bin/babel --presets=@babel/env,@babel/react --plugins=@babel/plugin-proposal-class-properties -d dist/helpers/ src/helpers", "build": "yarn build-client && yarn build-server && yarn build-bin && yarn build-helpers", "watch": "./node_modules/.bin/nodemon --watch src --exec yarn start", "prepublish": "yarn build" }, "bin": { "ter-localization-cli": "./dist/bin/index.js" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/ThreeEyedRaven91/ter-localization-cli.git" }, "keywords": [ "localization" ], "author": "ThreeEyedRaven91", "license": "MIT", "bugs": { "url": "https://github.com/ThreeEyedRaven91/ter-localization-cli/issues" }, "devDependencies": { "nodemon": "^1.18.10" }, "dependencies": { "@babel/cli": "^7.1.2", "@babel/core": "^7.1.2", "@babel/node": "^7.2.2", "@babel/plugin-proposal-class-properties": "^7.2.1", "@babel/polyfill": "^7.0.0", "@babel/preset-env": "^7.1.0", "@babel/preset-react": "^7.0.0", "@babel/register": "^7.0.0", "@coreui/coreui": "^2.1.9", "@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0", "@coreui/react": "^2.1.5", "argv": "^0.0.2", "axios": "^0.18.0", "body-parser": "^1.18.3", "bootstrap": "^4.1.3", "chart.js": "^2.8.0", "cors": "^2.8.4", "express": "^4.16.4", "flag-icon-css": "^3.3.0", "font-awesome": "^4.7.0", "googleapis": "27", "node-sass": "^4.11.0", "open": "^6.0.0", "react": "^16.5.2", "react-chartjs-2": "^2.7.6", "react-datepicker": "^2.3.0", "react-dom": "^16.5.2", "react-router-dom": "^4.3.1", "react-scripts": "2.0.5", "react-select": "^2.4.2", "reactstrap": "^6.5.0", "simple-line-icons": "^2.4.1", "socket.io": "^2.2.0", "socket.io-client": "^2.2.0", "string-template": "^1.0.0", "ter-request-wrapper": "^0.2.19" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ], "nodemonConfig": { "ignore": [ "data/*", "dist/*", "docs/*", "localization/*", "public/*", "build/*" ], "delay": "2500" } }