70 lines
2.3 KiB
JSON
Executable File
70 lines
2.3 KiB
JSON
Executable File
{
|
|
"name": "ai-code-app",
|
|
"private": false,
|
|
"version": "0.1.0-alpha.0",
|
|
"type": "module",
|
|
"packageManager": "npm@10.9.7",
|
|
"engines": {
|
|
"node": "22.22.2",
|
|
"npm": "10.9.7"
|
|
},
|
|
"main": "./dist/package/index.js",
|
|
"module": "./dist/package/index.js",
|
|
"types": "./dist/package/index.d.ts",
|
|
"files": [
|
|
"dist/package",
|
|
"src/styles.css",
|
|
"README.md"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/package/index.d.ts",
|
|
"import": "./dist/package/index.js"
|
|
},
|
|
"./styles.css": "./src/styles.css"
|
|
},
|
|
"sideEffects": [
|
|
"**/*.css"
|
|
],
|
|
"publishConfig": {
|
|
"registry": "https://repo.sm-home.cloud/repository/npm-hosted/"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"capture:component": "node scripts/capture-component-screenshot.mjs",
|
|
"capture:menu": "node scripts/capture-menu-screenshot.mjs",
|
|
"capture:feature": "node scripts/capture-feature-screenshot.mjs",
|
|
"capture:settings": "node scripts/capture-settings-screenshot.mjs",
|
|
"capture:fullscreen": "node scripts/capture-fullscreen-toggle-screenshot.mjs",
|
|
"capture:plan-mobile": "node scripts/capture-plan-board-mobile-screenshot.mjs",
|
|
"plan:codex:once": "node scripts/run-plan-codex-once.mjs",
|
|
"server-command:runner": "node scripts/run-server-command-runner.mjs",
|
|
"build:app": "tsc -b && vite build --outDir app-dist",
|
|
"build:test-app": "VITE_EMPTY_OUT_DIR=false VITE_FILTER_PUBLIC_DIR=true VITE_DISABLE_MODULE_PRELOAD=true vite build --outDir /tmp/ai-code-test-app-dist",
|
|
"build:lib": "tsc -p tsconfig.lib.json",
|
|
"build": "npm run build:lib && npm run build:app",
|
|
"prepublishOnly": "npm run build:lib",
|
|
"preview": "vite preview",
|
|
"preview:app": "node scripts/serve-app-dist.mjs",
|
|
"preview:test-app": "APP_DIST_DIR=/tmp/ai-code-test-app-dist node scripts/serve-app-dist.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^6.0.1",
|
|
"antd": "^5.27.0",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"react-router-dom": "^7.14.0",
|
|
"recharts": "^3.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.6.0",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"playwright": "^1.59.0",
|
|
"typescript": "^5.9.2",
|
|
"vite": "^8.0.3",
|
|
"vite-plugin-pwa": "^1.2.0"
|
|
}
|
|
}
|