1 Star 0 Fork 258

guduhanyan / third_party_jsframework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
LiWenzhen 提交于 2021-12-22 16:14 . update jsfw code for wgr
{
"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": "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",
"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",
"eslint": "^7.14.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",
"typescript": "^4.1.2"
}
}
1
https://gitee.com/jessePrj/third_party_jsframework.git
git@gitee.com:jessePrj/third_party_jsframework.git
jessePrj
third_party_jsframework
third_party_jsframework
master

搜索帮助