-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 2.02 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 2.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@easydata/root",
"private": true,
"workspaces": [
"easydata.js/packs/*",
"easydata.js/bundles/*",
"playground/*"
],
"scripts": {
"clean": "lerna clean",
"test": "lerna run test",
"watch": "lerna run build --scope=@easydata/* && lerna watch --scope=@easydata/* -- lerna run build --scope=%LERNA_PACKAGE_NAME% --include-dependents",
"watch:core": "lerna run watch --scope=@easydata/core",
"watch:crud": "lerna run watch --scope=@easydata/crud",
"watch:ui": "lerna run watch --scope=@easydata/ui",
"watch:bundle": "lerna run watch --scope=@easydata/bundle-crud",
"rebuild": "nx reset && lerna run build",
"build": "lerna run build",
"build:core": "lerna run build --scope=@easydata/core",
"build:crud": "lerna run build --scope=@easydata/crud",
"build:ui": "lerna run build --scope=@easydata/ui",
"build:bundle": "lerna run build --scope=@easydata/bundle-crud",
"build:demo1": "lerna run build --scope=demo1",
"build:demo2": "lerna run build --scope=demo2",
"dev": "lerna run watch --parallel --scope=@easydata/*",
"setver": "node ./easydata.js/tools/set_version.js"
},
"devDependencies": {
"@olton/rollup-plugin-typedoc": "^0.2.0",
"@rollup/plugin-buble": "^1.0.3",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-multi-entry": "^7.1.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.3.0",
"@testing-library/jest-dom": "^6.9.1",
"@types/jsdom": "^27.0.0",
"@vitest/ui": "^4.0.16",
"autoprefixer": "^10.4.23",
"copyfiles": "^2.4.1",
"jsdom": "^27.4.0",
"lerna": "^9.0.3",
"rollup": "^4.54.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-no-emit": "^1.3.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-progress": "^1.1.2",
"shx": "^0.4.0",
"tslib": "^2.8.1",
"typedoc": "^0.28.15",
"typescript": "^5.9.3",
"@olton/latte": "^0.17.5",
"cross-env": "^10.1.0",
"tsx": "^4.21.0"
}
}