mirror of
https://github.com/openharmony/third_party_jsframework.git
synced 2026-07-18 20:44:48 -04:00
44 lines
1.2 KiB
JSON
44 lines
1.2 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 -r ts-node/register test/lib.ts test/ut/**/*.ts test/ut/*.ts",
|
|
"build": "node build.js"
|
|
},
|
|
"keywords": [
|
|
"javascript",
|
|
"typescript",
|
|
"hml",
|
|
"css",
|
|
"mvvm"
|
|
],
|
|
"dependencies": {
|
|
"css-what": "2.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "4.8.2",
|
|
"@typescript-eslint/parser": "4.8.2",
|
|
"buble": "0.20.0",
|
|
"chai": "4.2.0",
|
|
"eslint": "7.14.0",
|
|
"mocha": "8.2.1",
|
|
"rollup": "2.32.1",
|
|
"rollup-plugin-buble": "0.19.8",
|
|
"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",
|
|
"typescript": "4.1.2"
|
|
}
|
|
}
|