editor-render-v2
Version:
编辑器渲染器
80 lines (79 loc) • 2.22 kB
JSON
{
"name": "editor-render-v2",
"version": "0.6.9",
"description": "编辑器渲染器",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --watch --config ./config/webpack.config.dev.js",
"doc": "npx typedoc --tsconfig tsconfig.json --options typedoc.json",
"dev:doc": "npm run doc && webpack serve --config ./config/webpack.config.doc.js",
"build": "set NODE_ENV=production && webpack --config ./config/webpack.config.prod.js",
"lint": "npx eslint src --ext .ts",
"lint-staged": "lint-staged"
},
"lint-staged": {
"*.ts": [
"eslint"
]
},
"keywords": [
"编辑器",
"渲染器",
"canvas",
"editor",
"image",
"ai"
],
"author": "psyche",
"license": "SEE LICENSE IN LICENCE",
"dependencies": {
"ag-psd": "^15.2.0",
"axios": "^1.4.0",
"chroma-js": "^2.4.2",
"colord": "^2.9.3",
"colorthief": "^2.3.2",
"events": "^3.3.0",
"fabric": "^5.2.1",
"gradient-parser": "^1.0.2",
"jszip": "^3.10.0",
"lodash-es": "^4.17.21",
"mobx": "^6.12.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"uniqid": "^5.4.0"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@easymn/eslint-config": "workspace:^",
"@figma/plugin-typings": "^1.65.0",
"@janniks/typedoc-theme-stacks": "^1.2.3",
"@sketch-hq/sketch-file-format-ts": "^6.3.0",
"@types/fabric": "^5.3.9",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "5.44.0",
"babel-loader": "^8.2.5",
"css-loader": "^6.8.1",
"less": "^4.1.3",
"less-loader": "^11.1.3",
"lint-staged": "^13.3.0",
"style-loader": "^3.3.3",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.3.1",
"tslib": "^2.4.0",
"typedoc": "^0.23.20",
"typedoc-plugin-merge-modules": "^4.0.1",
"typedoc-plugin-rename-defaults": "^0.6.4",
"typescript": "^4.7.4",
"url-loader": "^4.1.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0"
}
}