初始化 Photoshop AI 编辑面板

This commit is contained in:
hanhan
2026-08-03 19:37:45 +08:00
commit c4127c7820
22 changed files with 5265 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
{
"name": "com.aiedit.panel",
"version": "1.0.0",
"scripts": {
"watch": "nodemon -w src -e js,jsx,json,css,html -w webpack.config.js -w cep -x npm run build",
"build": "webpack --mode development",
"cep:setup": "node scripts/setup-cep.js"
},
"author": "Adobe Inc",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/plugin-syntax-class-properties": "^7.10.4",
"@babel/plugin-transform-react-jsx": "^7.8.3",
"autoprefixer": "^10.5.4",
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^6.11.0",
"mini-css-extract-plugin": "^2.10.2",
"nodemon": "^2.0.7",
"postcss": "^8.5.25",
"postcss-loader": "^8.2.1",
"tailwindcss": "^3.4.19",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6"
}
}