mirror of
https://gitee.com/openharmony/third_party_jsframework
synced 2024-11-23 14:49:54 +00:00
cd9c256b66
Signed-off-by: buzhifeng <buzhifeng2@huawei.com>
53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"name": "JSFramework",
|
|
"version": "1.0.0",
|
|
"description": "The JSFramework is a framework for building mobile cross-platform UI written in TypeScript.",
|
|
"license": "Apache 2.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test:lint": "eslint -c .eslintrc --fix test/**/*.ts",
|
|
"test:unit": "mocha --timeout 5000 -r ts-node/register test/lib.ts test/ut/**/*.ts test/ut/*.ts",
|
|
"build:mock": "cd ./mock-generate && npm run build",
|
|
"build": "npm run build:mock && node build_jsmock_system_plugin.js && node build_strip_native_min.js"
|
|
},
|
|
"keywords": [
|
|
"javascript",
|
|
"typescript",
|
|
"hml",
|
|
"css",
|
|
"mvvm"
|
|
],
|
|
"devDependencies": {
|
|
"babel-core": "^6.26.3",
|
|
"babel-loader": "^6.4.1",
|
|
"babel-plugin-external-helpers": "^6.22.0",
|
|
"babel-preset-env": "^1.7.0",
|
|
"babel-runtime": "^6.26.0",
|
|
"chai": "^4.2.0",
|
|
"mocha": "^8.2.1",
|
|
"rollup": "^2.32.1",
|
|
"rollup-plugin-babel": "^3.0.7",
|
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
"rollup-plugin-eslint": "^7.0.0",
|
|
"rollup-plugin-json": "^4.0.0",
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
"rollup-plugin-tslint": "^0.2.2",
|
|
"rollup-plugin-typescript2": "^0.9.0",
|
|
"rollup-plugin-uglify": "^6.0.4",
|
|
"sinon": "^9.2.2",
|
|
"ts-node": "^9.0.0",
|
|
"tslib": "^2.0.3",
|
|
"@types/jest": "^27.4.1",
|
|
"@types/node": "^17.0.23",
|
|
"@typescript-eslint/eslint-plugin": "^4.8.2",
|
|
"@typescript-eslint/parser": "^4.8.2",
|
|
"eslint": "^7.14.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"jest": "^27.5.1",
|
|
"prettier": "^2.6.1",
|
|
"ts-jest": "^27.1.4",
|
|
"typescript": "4.1.3"
|
|
}
|
|
}
|