1
Showing
.idea/.gitignore
0 → 100644
.idea/fyge_for_tb.iml
0 → 100644
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/vcs.xml
0 → 100644
.idea/workspace.xml
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
debug/FYGE.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
debug/FYGE.js.map
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
| { | { | ||
| "name": "fyge-tbmini", | "name": "fyge-tbmini", | ||
| "version": "1.0.9", | "version": "1.0.9", | ||
| "description": "淘宝小程序canvas渲染引擎", | "description": "淘宝小程序canvas渲染引擎", | ||
| "main": "./build/fyge.min.js", | "main": "./build/fyge.min.js", | ||
| "types": "./build/FYGE.d.ts", | "types": "./build/FYGE.d.ts", | ||
| "dependencies": {}, | "dependencies": { | ||
| "scripts": { | "rollup-plugin-commonjs": "^10.1.0" | ||
| "declare": "node scripts/declare.js src/index.ts", | }, | ||
| "build": "webpack", | "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1", | "declare": "node scripts/declare.js src/index.ts", | ||
| "dev": "webpack -w", | "build": "webpack", | ||
| "watch": "webpack --watch" | "test": "echo \"Error: no test specified\" && exit 1", | ||
| }, | "dev": "webpack -w", | ||
| "author": "MrKwon", | "dev1": "rollup -c -m -w", | ||
| "license": "ISC", | "watch": "webpack --watch" | ||
| "devDependencies": { | }, | ||
| "ts-loader": "^4.0.0", | "author": "MrKwon", | ||
| "webpack": "^4.1.0", | "license": "ISC", | ||
| "webpack-cli": "^3.3.2", | "devDependencies": { | ||
| "typescript": "^2.7.2", | "rollup-plugin-progress": "^1.1.2", | ||
| "uglifyjs-webpack-plugin": "^2.1.2" | "ts-loader": "^4.0.0", | ||
| }, | "uglifyjs-webpack-plugin": "^2.1.2", | ||
| "keywords": [ | "webpack": "^4.1.0", | ||
| "淘宝小程序,canvas,webgl" | "webpack-cli": "^3.3.2", | ||
| ] | "dts-bundle": "^0.7.3", | ||
| "glob": "^7.1.6", | |||
| "rollup-plugin-commonjs": "^10.1.0", | |||
| "rollup-plugin-node-resolve": "^5.2.0", | |||
| "rollup-plugin-typescript": "^1.0.1", | |||
| "rollup-plugin-typescript2": "^0.25.2", | |||
| "rollup-plugin-uglify": "^6.0.3", | |||
| "typescript": "^2.7.2" | |||
| }, | |||
| "keywords": [ | |||
| "淘宝小程序,canvas,webgl" | |||
| ] | |||
| } | } |
rollup.config.js
0 → 100644
scripts/pre-process.js
0 → 100644
scripts/tslib.js
0 → 100644
scripts/tslib.min.js
0 → 100644
Please register or sign in to comment