-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
63 lines (63 loc) · 2.47 KB
/
package.json
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
57
58
59
60
61
62
63
{
"name": "meui-monorepo",
"version": "0.0.1-alpha.1",
"scripts": {
"build": "xmake",
"build:all": "pnpm build && pnpm build:base && pnpm build:examples",
"build:base": "pnpm -F @meui-js/core -F @meui-js/spring -F @meui-js/preact -F @meui-js/components -F @meui-js/esbuild-plugin-meui run build",
"build:examples": "pnpm -F @meui-js/examples run build",
"run:examples": "xmake run meui packages/examples/dist/index.js",
"profile": "make -j16 && rollup -c && HEAPPROFILE=./heap_profile ./meui dist/index.js",
"valgrind": "valgrind --tool=memcheck --leak-check=full --log-file=log.txt ./meui dist/index.js",
"gen": "node ./style-gen.mjs",
"format": "prettier --write .",
"check": "prettier --check .",
"ci-publish": "tsx tools/publishCI.ts"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@react-spring/types": "^9.5.5",
"@rollup/plugin-alias": "^4.0.0",
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-inject": "^5.0.1",
"@rollup/plugin-json": "^5.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@types/color-string": "^1.5.2",
"@types/npm-package-arg": "^6.1.1",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"cross-env": "^7.0.3",
"esbuild": "^0.15.12",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"npm-package-arg": "^10.0.0",
"prettier": "^2.6.2",
"prettier-check": "^2.0.0",
"rimraf": "^3.0.2",
"rollup": "^2.70.2",
"rollup-plugin-command": "^1.1.3",
"rollup-plugin-dts": "^4.2.3",
"rollup-plugin-esbuild": "^4.10.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"rollup-plugin-visualizer": "^5.8.3",
"semver": "^7.3.8",
"tree-kill": "^1.2.2",
"tslib": "^2.3.1",
"tsx": "^3.11.0",
"typescript": "^4.6.3",
"@types/minimist": "^1.2.2",
"@types/semver": "^7.3.12",
"execa": "^6.1.0",
"fs-extra": "^10.1.0",
"minimist": "^1.2.7",
"picocolors": "^1.0.0"
},
"author": "Yu Zhu",
"license": "MIT"
}