psyche-editor-render
Version:
编辑器渲染器
77 lines (76 loc) • 2.25 kB
JSON
{
"name": "psyche-editor-render",
"version": "0.4.4",
"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",
"prepare": "husky install",
"lint": "npx eslint src --ext .ts"
},
"keywords": [
"编辑器",
"渲染器",
"canvas",
"editor",
"image",
"ai"
],
"author": "psyche",
"license": "SEE LICENSE IN LICENCE",
"dependencies": {
"@typescript-eslint/parser": "^5.45.1",
"ag-psd": "^15.2.0",
"axios": "^1.4.0",
"chroma-js": "^2.4.2",
"colord": "^2.9.3",
"colorthief": "^2.3.2",
"fabric": "^5.2.1",
"gradient-parser": "^1.0.2",
"jszip": "^3.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"uniqid": "^5.4.0"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@figma/plugin-typings": "^1.65.0",
"@janniks/typedoc-theme-stacks": "^1.2.3",
"@sketch-hq/sketch-file-format-ts": "^6.3.0",
"@types/fabric": "^4.5.12",
"@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",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsdoc": "^39.6.2",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.2",
"less": "^4.1.3",
"less-loader": "^11.1.3",
"lint-staged": "^13.0.3",
"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"
}
}