mutants-appfx
Version:
appfx module
51 lines (50 loc) • 1.67 kB
JSON
{
"name": "mutants-appfx",
"version": "1.0.2",
"description": "appfx module",
"main": "dist/index.js",
"scripts": {
"start": "node node_modules/mutants-devtools/bin/start",
"antlr": "java org.antlr.v4.Tool -Dlanguage=JavaScript ./src/expression/Expr.g4 -o ./src/expression",
"build": "rm -rf dist && node node_modules/mutants-devtools/bin/build",
"pub": "npm run build && npm publish --registry https://registry.npmjs.org",
"watch": "set DEBUG=appfx:*,-not_this && set NODE_ENV=test&& mocha --watch",
"test": "set NODE_ENV=test&& mocha",
"dev": "node node_modules/mutants-devtools/bin/dev ../mobileSOSA",
"dev_m": "node node_modules/mutants-devtools/bin/dev ../../tplus_sa0304mobile/mobile"
},
"keywords": [
"mutants",
"appfx"
],
"author": "mutants",
"license": "ISC",
"dependencies": {
"antlr4": "4.8.0",
"automapper": "^1.0.0",
"debug": "^4.1.1",
"hoist-non-react-statics": "^3.3.0",
"lodash": "^4.17.14",
"nools": "^0.4.4",
"react": "^16.8.4",
"mutants-microfx": "^1.0.0"
},
"devDependencies": {
"antd": "^3.20.3",
"babel-core": "^6.26.3",
"babel-eslint": "^8.0.3",
"babel-loader": "^7.1.2",
"babel-plugin-import": "^1.11.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-require-ignore": "^0.1.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"chai": "^4.2.0",
"eslint": "^4.13.1",
"eslint-plugin-react": "^7.12.4",
"mocha": "^5.2.0",
"mutants-devtools": "^1.0.0"
}
}