forked from openinula/inula
73 lines
2.8 KiB
JSON
73 lines
2.8 KiB
JSON
{
|
|
"name": "openinula",
|
|
"description": "OpenInula is a JavaScript framework library.",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "eslint . --ext .ts --fix",
|
|
"prettier": "prettier -w libs/**/*.ts",
|
|
"build:inula": "pnpm -F openinula build",
|
|
"test:inula": "pnpm -F openinula test",
|
|
"build:inula-cli": "pnpm -F inula-cli build",
|
|
"build:inula-intl": "pnpm -F inula-intl build",
|
|
"build:inula-request": "pnpm -F inula-request build",
|
|
"build:inula-router": "pnpm -F inula-router build"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.16.7",
|
|
"@babel/plugin-proposal-class-properties": "7.16.7",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "7.16.7",
|
|
"@babel/plugin-proposal-object-rest-spread": "7.16.7",
|
|
"@babel/plugin-proposal-optional-chaining": "7.16.7",
|
|
"@babel/plugin-proposal-private-methods": "7.16.7",
|
|
"@babel/plugin-proposal-private-property-in-object": "7.16.7",
|
|
"@babel/plugin-syntax-jsx": "7.16.7",
|
|
"@babel/plugin-transform-arrow-functions": "7.16.7",
|
|
"@babel/plugin-transform-block-scoped-functions": "7.16.7",
|
|
"@babel/plugin-transform-block-scoping": "7.16.7",
|
|
"@babel/plugin-transform-classes": "7.16.7",
|
|
"@babel/plugin-transform-computed-properties": "7.16.7",
|
|
"@babel/plugin-transform-destructuring": "7.16.7",
|
|
"@babel/plugin-transform-for-of": "7.16.7",
|
|
"@babel/plugin-transform-literals": "7.16.7",
|
|
"@babel/plugin-transform-object-assign": "7.16.7",
|
|
"@babel/plugin-transform-object-super": "7.16.7",
|
|
"@babel/plugin-transform-parameters": "7.16.7",
|
|
"@babel/plugin-transform-react-jsx": "7.16.7",
|
|
"@babel/plugin-transform-react-jsx-source": "^7.16.7",
|
|
"@babel/plugin-transform-runtime": "7.16.7",
|
|
"@babel/plugin-transform-shorthand-properties": "7.16.7",
|
|
"@babel/plugin-transform-spread": "7.16.7",
|
|
"@babel/plugin-transform-template-literals": "7.16.7",
|
|
"@babel/preset-env": "7.16.7",
|
|
"@babel/preset-typescript": "7.16.7",
|
|
"@babel/runtime": "7.16.7",
|
|
"@rollup/plugin-babel": "^5.3.1",
|
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
"@rollup/plugin-replace": "^4.0.0",
|
|
"@types/jest": "^26.0.24",
|
|
"@types/node": "^17.0.18",
|
|
"@typescript-eslint/eslint-plugin": "4.8.0",
|
|
"@typescript-eslint/parser": "4.8.0",
|
|
"babel-jest": "^27.5.1",
|
|
"ejs": "^3.1.8",
|
|
"eslint": "7.13.0",
|
|
"eslint-config-prettier": "^6.9.0",
|
|
"eslint-plugin-jest": "^22.15.0",
|
|
"eslint-plugin-no-for-of-loops": "^1.0.0",
|
|
"eslint-plugin-no-function-declare-after-return": "^1.0.0",
|
|
"eslint-plugin-react": "7.14.3",
|
|
"jest": "^25.5.4",
|
|
"jest-environment-jsdom-sixteen": "^1.0.3",
|
|
"prettier": "2.6.2",
|
|
"rollup": "^2.75.5",
|
|
"rollup-plugin-execute": "^1.1.1",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"typescript": "4.2.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.x",
|
|
"npm": ">=7.x"
|
|
}
|
|
}
|