-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
135 lines (135 loc) · 4.88 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "interchain-ui",
"description": "UI building blocks for Interchain builders",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/hyperweb-io/interchain-ui.git"
},
"publishConfig": {
"access": "restricted"
},
"private": true,
"scripts": {
"bootstrap": "pnpm install",
"compile": "tsx packages/compiler/src/tasks.ts",
"compile:prod": "cross-env NODE_ENV=production tsx packages/compiler/src/tasks.ts",
"t:react": "rm -rf packages/react/src && tsx packages/compiler/src/frameworks/react.compile.ts",
"t:vue": "rm -rf packages/vue/src && tsx packages/compiler/src/frameworks/vue.compile.ts",
"c:react": "tsx packages/compiler/src/tasks.ts -p react",
"b:react": "pnpm run --stream --filter '@interchain-ui/react' build",
"c:vue": "pnpm run t:vue && pnpm run b:vue",
"b:vue": "pnpm run --stream --filter '@interchain-ui/vue' build",
"dev": "tsx packages/compiler/src/dev.ts",
"dev:react": "tsx packages/compiler/src/dev.ts",
"story:react": "pnpm run --stream --filter '@interchain-ui/react' sb",
"story:vue": "pnpm run --stream --filter '@interchain-ui/vue' sb",
"lerna": "lerna run",
"pub:beta": "lerna publish --no-private --preid beta",
"prepublishOnly": "pnpm run clear:cache && pnpm run c:react && pnpm run c:vue",
"clear": "pnpm run clear:cache & pnpm run clear:builds && pnpm run clear:artifacts & pnpm run clear:node_modules",
"clear:artifacts": "find ./packages -name src -type d | grep -vE 'react-no-ssr|parcel-optimizer-unlink-css|compiler|vue-codemod' | xargs rm -rf",
"clear:builds": "find ./packages -name dist -type d | grep -vE 'react-no-ssr|parcel-optimizer-unlink-css|compiler|vue-codemod' | xargs rm -rf",
"clear:cache": "rm -rf ./.parcel-cache",
"clear:node_modules": "rm -rf ./node_modules && rm -rf ./packages/*/node_modules",
"lint": "run-p lint:**",
"lint:scripts": "eslint --fix \"./src/**/*.tsx\"",
"build": "lerna run compile",
"test": "jest",
"test:w": "jest --watch",
"test:coverage": "jest --coverage"
},
"devDependencies": {
"@babel/core": "^7.25.8",
"@babel/generator": "^7.25.7",
"@babel/parser": "^7.25.8",
"@babel/plugin-proposal-decorators": "^7.25.7",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@babel/traverse": "^7.25.7",
"@babel/types": "^7.25.8",
"@builder.io/eslint-plugin-mitosis": "^0.0.16",
"@builder.io/mitosis": "0.4.3",
"@builder.io/mitosis-cli": "0.4.3",
"@formkit/auto-animate": "^0.8.2",
"@parcel/packager-ts": "^2.12.0",
"@parcel/transformer-typescript-types": "^2.12.0",
"@parcel/transformer-vue": "^2.12.0",
"@parcel/watcher": "^2.4.1",
"@react-aria/i18n": "^3.12.3",
"@react-aria/numberfield": "^3.11.8",
"@react-aria/utils": "^3.25.3",
"@react-stately/numberfield": "^3.9.7",
"@swc/helpers": "^0.5.13",
"@types/animejs": "^3.1.12",
"@types/node": "^20.16.13",
"@types/react": "latest",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/babel-preset-app": "^5.0.8",
"@vue/compiler-sfc": "^3.5.12",
"autoprefixer": "^10.4.20",
"cli-color": "^2.0.4",
"command-line-args": "^5.2.1",
"copy-to-clipboard": "^3.3.3",
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-storybook": "^0.8.0",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"gluegun": "^5.2.0",
"husky": "^9.1.6",
"lerna": "8.1.3",
"lerna-changelog": "^2.2.0",
"listr2": "^5.0.8",
"lodash": "^4.17.21",
"lz-string": "^1.5.0",
"npm-run-all": "^4.1.5",
"ora": "^5.4.1",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.3.3",
"process": "^0.11.10",
"rainbow-sprinkles": "^0.17.3",
"replace": "^1.2.2",
"replace-in-file": "^6.3.5",
"rimraf": "^5.0.10",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vue": "^3.4.21",
"vue-metamorph": "^3.2.0",
"vue-tsc": "^2.1.6"
},
"dependencies": {
"@floating-ui/core": "^1.6.8",
"@floating-ui/dom": "^1.6.11",
"@types/lodash": "^4.17.12",
"@vanilla-extract/css": "^1.16.0",
"@vanilla-extract/css-utils": "^0.1.4",
"@vanilla-extract/dynamic": "^2.1.2",
"@vanilla-extract/private": "^1.0.6",
"@vanilla-extract/recipes": "^0.5.5",
"animejs": "^3.2.2",
"bignumber.js": "^9.1.2",
"clsx": "^2.1.1",
"immer": "^10.1.1",
"vue": "^3.5.12",
"zustand": "^4.5.5"
},
"changelog": {
"labels": {
"feat": "New Feature",
"fix": "Bug Fix",
"doc": "Documentation",
"refactor": "Refactor",
"breaking": "Breaking Change",
"enhancement": "Enhancement",
"chore": "Chore"
}
}
}