2022-05-18 16:40:55 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/build",
|
2024-11-11 04:15:27 +00:00
|
|
|
"version": "1.4.0-alpha.8",
|
2022-05-18 16:40:55 +00:00
|
|
|
"description": "Library build tool based on rollup.",
|
|
|
|
"main": "lib/index.js",
|
2023-09-15 00:51:20 +00:00
|
|
|
"types": "./lib/index.d.ts",
|
2022-05-18 16:40:55 +00:00
|
|
|
"bin": {
|
|
|
|
"nocobase-build": "./bin/nocobase-build.js"
|
|
|
|
},
|
|
|
|
"typings": "./index.d.ts",
|
|
|
|
"dependencies": {
|
2024-11-12 06:05:34 +00:00
|
|
|
"@svgr/webpack": "^8.1.0",
|
|
|
|
"@rspack/core": "1.0.14",
|
|
|
|
"css-loader": "^6.8.1",
|
|
|
|
"less": "^4.1.3",
|
|
|
|
"postcss": "^8.4.29",
|
|
|
|
"less-loader": "11.1.0",
|
|
|
|
"style-loader": "^3.3.3",
|
|
|
|
"postcss-loader": "^7.3.3",
|
|
|
|
"postcss-preset-env": "^9.1.2",
|
2024-08-14 02:16:38 +00:00
|
|
|
"@babel/core": "7.25.2",
|
|
|
|
"@babel/plugin-transform-modules-amd": "7.24.7",
|
2024-09-24 03:44:52 +00:00
|
|
|
"@babel/preset-env": "7.25.4",
|
2023-08-01 16:07:52 +00:00
|
|
|
"@hapi/topo": "^6.0.0",
|
2022-05-18 16:40:55 +00:00
|
|
|
"@lerna/project": "4.0.0",
|
2023-09-03 03:35:48 +00:00
|
|
|
"@types/gulp": "^4.0.13",
|
|
|
|
"@types/lerna__package": "5.1.0",
|
|
|
|
"@types/lerna__project": "5.1.0",
|
2023-09-12 14:42:43 +00:00
|
|
|
"@types/tar": "^6.1.5",
|
2023-08-01 16:07:52 +00:00
|
|
|
"@vercel/ncc": "0.36.1",
|
2022-05-18 16:40:55 +00:00
|
|
|
"chalk": "2.4.2",
|
2023-09-21 15:25:31 +00:00
|
|
|
"esbuild-register": "^3.4.2",
|
2023-09-12 14:39:23 +00:00
|
|
|
"fast-glob": "^3.3.1",
|
2023-09-03 02:59:33 +00:00
|
|
|
"gulp": "4.0.2",
|
2023-07-08 00:26:27 +00:00
|
|
|
"gulp-typescript": "6.0.0-alpha.1",
|
2023-09-12 14:42:43 +00:00
|
|
|
"tar": "^6.2.0",
|
2024-08-13 11:13:14 +00:00
|
|
|
"tsup": "8.2.4",
|
2023-07-08 00:26:27 +00:00
|
|
|
"typescript": "5.1.3",
|
2022-05-18 16:40:55 +00:00
|
|
|
"update-notifier": "3.0.0",
|
2023-08-01 16:07:52 +00:00
|
|
|
"vite-plugin-css-injected-by-js": "^3.2.1",
|
2023-09-03 03:35:48 +00:00
|
|
|
"vite-plugin-lib-inject-css": "1.2.0",
|
2023-09-21 15:25:31 +00:00
|
|
|
"yargs-parser": "13.1.2"
|
2022-05-18 16:40:55 +00:00
|
|
|
},
|
2024-04-28 16:46:21 +00:00
|
|
|
"license": "AGPL-3.0",
|
2022-05-18 16:40:55 +00:00
|
|
|
"scripts": {
|
2023-09-03 02:59:33 +00:00
|
|
|
"build": "tsup"
|
2022-05-18 16:40:55 +00:00
|
|
|
},
|
2024-03-04 15:02:29 +00:00
|
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
|
2022-05-18 16:40:55 +00:00
|
|
|
}
|