You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					153 lines
				
				5.0 KiB
			
		
		
			
		
	
	
					153 lines
				
				5.0 KiB
			| 
											2 months ago
										 | { | ||
|  |   "name": "platform-core", | ||
|  |   "version": "8.2.129", | ||
|  |   "description": "前端核心包,用于快速构建前端的脚手架", | ||
|  |   "//main": "库的主文件", | ||
|  |   "main": "dist/platform-core.js", | ||
|  |   "//files": "打包时需要包含的文件列表", | ||
|  |   "files": [ | ||
|  |     ".bin", | ||
|  |     "dist/configure.js", | ||
|  |     "dist/css", | ||
|  |     "dist/favicon.svg", | ||
|  |     "dist/fonts", | ||
|  |     "dist/index.html", | ||
|  |     "dist/login-bg.jpg", | ||
|  |     "dist/logo.svg", | ||
|  |     "dist/platform-core.js", | ||
|  |     "dist/types", | ||
|  |     "template-project/*.*", | ||
|  |     "template-project/public", | ||
|  |     "template-project/src" | ||
|  |   ], | ||
|  |   "//types": "类型申明主文件", | ||
|  |   "types": "./dist/types/index.d.ts", | ||
|  |   "private": false, | ||
|  |   "keywords": [], | ||
|  |   "author": "", | ||
|  |   "license": "ISC", | ||
|  |   "//bin": "可直接通过 npx 执行的命令", | ||
|  |   "bin": { | ||
|  |     "//platform": "npx platform", | ||
|  |     "platform": "./.bin/platform.js" | ||
|  |   }, | ||
|  |   "scripts": { | ||
|  |     "dev": "nodemon", | ||
|  |     "serve": "node ./util-components-generator.cjs && cross-env NODE_ENV=development  webpack serve --config webpack.env.serve.cjs", | ||
|  |     "build": "node ./util-components-generator.cjs && cross-env NODE_ENV=development  webpack       --config webpack.env.build.cjs", | ||
|  |     "prod": "node ./util-components-generator.cjs  && cross-env  NODE_ENV=production  webpack       --config webpack.env.prod.cjs", | ||
|  |     "lib": "node ./util.template-generator.cjs     && cross-env NODE_ENV=production   webpack       --config webpack.env.lib.cjs && tsc --project tsconfig.json --emitDeclarationOnly --noEmit false", | ||
|  |     "check": "tsc --project tsconfig.json --emitDeclarationOnly --noEmit false", | ||
|  |     "template": "node ./util.template-generator.cjs", | ||
|  |     "clean": "platform clean dist ./node_modules ./pnpm-lock.yaml ./package-lock.json", | ||
|  |     "sync": "platform sync" | ||
|  |   }, | ||
|  |   "engines": { | ||
|  |     "node": ">=18", | ||
|  |     "pnpm": ">=7" | ||
|  |   }, | ||
|  |   "publishConfig": { | ||
|  |     "registry": "http://nexus.sc.io:8000/repository/npm-releases/", | ||
|  |     "access": "public", | ||
|  |     "no-git-checks": true | ||
|  |   }, | ||
|  |   "devDependencies": { | ||
|  |     "@babel/core": "7.26.0", | ||
|  |     "@babel/plugin-transform-class-properties": "7.25.9", | ||
|  |     "@babel/plugin-transform-object-rest-spread": "7.25.9", | ||
|  |     "@babel/preset-env": "7.26.0", | ||
|  |     "@babel/preset-typescript": "7.26.0", | ||
|  |     "@quasar/app-webpack": "4.0.7", | ||
|  |     "@quasar/cli": "2.4.1", | ||
|  |     "@types/mockjs": "1.0.10", | ||
|  |     "@types/node": "22.10.7", | ||
|  |     "@typescript-eslint/eslint-plugin": "8.20.0", | ||
|  |     "@typescript-eslint/parser": "8.20.0", | ||
|  |     "@vue/babel-plugin-jsx": "1.2.5", | ||
|  |     "@vue/compiler-sfc": "3.5.13", | ||
|  |     "@vuepress/bundler-webpack": "2.0.0-rc.15", | ||
|  |     "@vuepress/theme-default": "2.0.0-rc.49", | ||
|  |     "@webpack-cli/serve": "3.0.1", | ||
|  |     "autoprefixer": "10.4.20", | ||
|  |     "babel-loader": "9.2.1", | ||
|  |     "clean-webpack-plugin": "4.0.0", | ||
|  |     "copy-webpack-plugin": "12.0.2", | ||
|  |     "cross-env": "7.0.3", | ||
|  |     "css-loader": "7.1.2", | ||
|  |     "eslint": "9.18.0", | ||
|  |     "eslint-config-prettier": "10.0.1", | ||
|  |     "eslint-plugin-prettier": "5.2.2", | ||
|  |     "eslint-plugin-vue": "9.32.0", | ||
|  |     "eslint-webpack-plugin": "4.2.0", | ||
|  |     "html-webpack-plugin": "5.6.3", | ||
|  |     "json5": "2.2.3", | ||
|  |     "mini-css-extract-plugin": "2.9.2", | ||
|  |     "nodemon": "3.1.9", | ||
|  |     "postcss": "8.5.1", | ||
|  |     "postcss-import": "16.1.0", | ||
|  |     "postcss-loader": "8.1.1", | ||
|  |     "postcss-preset-env": "10.1.3", | ||
|  |     "prettier": "3.4.2", | ||
|  |     "sass": "1.83.4", | ||
|  |     "sass-loader": "16.0.4", | ||
|  |     "tailwindcss": "3.4.17", | ||
|  |     "typescript": "5.5.4", | ||
|  |     "vue-loader": "17.4.2", | ||
|  |     "vuepress": "2.0.0-rc.15", | ||
|  |     "webpack": "5.97.1", | ||
|  |     "webpack-bundle-analyzer": "4.10.2", | ||
|  |     "webpack-cli": "6.0.1", | ||
|  |     "webpack-dev-server": "5.2.0", | ||
|  |     "webpack-merge": "6.0.1" | ||
|  |   }, | ||
|  |   "dependencies": { | ||
|  |     "@codemirror/autocomplete": "6.18.6", | ||
|  |     "@codemirror/commands": "6.8.1", | ||
|  |     "@codemirror/lang-html": "6.4.9", | ||
|  |     "@codemirror/lang-java": "6.0.1", | ||
|  |     "@codemirror/lang-javascript": "6.2.3", | ||
|  |     "@codemirror/lang-json": "6.0.1", | ||
|  |     "@codemirror/lang-sql": "6.8.0", | ||
|  |     "@codemirror/lang-xml": "6.1.0", | ||
|  |     "@codemirror/language": "6.11.0", | ||
|  |     "@codemirror/search": "6.5.10", | ||
|  |     "@codemirror/state": "6.5.2", | ||
|  |     "@codemirror/view": "6.36.5", | ||
|  |     "@maxgraph/core": "0.14.0", | ||
|  |     "@quasar/extras": "1.16.15", | ||
|  |     "@quasar/quasar-ui-qmarkdown": "2.0.5", | ||
|  |     "@univerjs/core": "0.10.5", | ||
|  |     "@univerjs/design": "0.10.5", | ||
|  |     "@univerjs/docs": "0.10.5", | ||
|  |     "@univerjs/docs-ui": "0.10.5", | ||
|  |     "@univerjs/engine-formula": "0.10.5", | ||
|  |     "@univerjs/engine-render": "0.10.5", | ||
|  |     "@univerjs/sheets": "0.10.5", | ||
|  |     "@univerjs/sheets-formula": "0.10.5", | ||
|  |     "@univerjs/sheets-formula-ui": "0.10.5", | ||
|  |     "@univerjs/sheets-numfmt": "0.10.5", | ||
|  |     "@univerjs/sheets-numfmt-ui": "0.10.5", | ||
|  |     "@univerjs/sheets-ui": "0.10.5", | ||
|  |     "@univerjs/ui": "0.10.5", | ||
|  |     "@vueuse/core": "12.4.0", | ||
|  |     "axios": "1.8.2", | ||
|  |     "codemirror": "6.0.1", | ||
|  |     "dayjs": "1.11.13", | ||
|  |     "echarts": "5.6.0", | ||
|  |     "exceljs": "4.4.0", | ||
|  |     "file-saver": "2.0.5", | ||
|  |     "luckyexcel": "1.0.1", | ||
|  |     "mockjs": "1.1.0", | ||
|  |     "pinia": "2.3.0", | ||
|  |     "quasar": "2.17.6", | ||
|  |     "sort-array": "5.0.0", | ||
|  |     "svg-path-commander": "2.1.7", | ||
|  |     "vue": "3.5.13", | ||
|  |     "vue-dompurify-html": "5.2.0", | ||
|  |     "vue-i18n": "11.0.1", | ||
|  |     "vue-router": "4.5.0", | ||
|  |     "xml-formatter": "3.6.3", | ||
|  |     "node-sql-parser": "5.3.6" | ||
|  |   } | ||
|  | } |