-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.33 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.33 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
{
"name": "leatom",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "pnpm --filter @leatom/play storybook",
"docs:dev": "pnpm --filter @leatom/docs dev",
"docs:build": "cross-env NODE_ENV=production pnpm build && pnpm --filter @leatom/docs build",
"test": "pnpm --filter @leatom/components test",
"build": "run-s build-components",
"build-components": "cross-env NODE_ENV=production pnpm --filter leatom build"
},
"keywords": [],
"author": "Lec",
"license": "ISC",
"packageManager": "pnpm@10.4.1",
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/node": "^24.1.0",
"@types/shelljs": "^0.8.17",
"@vitejs/plugin-vue": "^6.0.0",
"@vitejs/plugin-vue-jsx": "^5.0.1",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.7.0",
"cross-env": "^10.0.0",
"jsdom": "^26.1.0",
"npm-run-all": "^4.1.5",
"sass": "^1.54.8",
"shelljs": "^0.10.0",
"typescript": "^5.8.3",
"vite": "^7.0.6",
"vite-plugin-dts": "^4.5.4",
"vitest": "^3.2.4",
"vue-tsc": "^3.0.4"
},
"dependencies": {
"@leatom/components": "workspace:*",
"@leatom/constants": "workspace:*",
"@leatom/hooks": "workspace:*",
"@leatom/theme": "workspace:*",
"@leatom/utils": "workspace:*",
"@leatom/vite-plugins": "workspace:*",
"leatom": "workspace:*",
"lodash-es": "^4.17.21",
"vue": "^3.5.18"
}
}