@edifice.io/collect-frontend 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +91 -0
package/package.json
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@edifice.io/collect-frontend",
|
|
3
|
+
"version": "0.2.0",
|
|
4
|
+
"private": false,
|
|
5
|
+
"license": "GPL-3.0",
|
|
6
|
+
"author": "Edifice",
|
|
7
|
+
"type": "module",
|
|
8
|
+
"scripts": {
|
|
9
|
+
"build": "pnpm run typecheck && vite build && vite build --mode lib",
|
|
10
|
+
"build:lib": "vite build --mode lib",
|
|
11
|
+
"build:prod": "NODE_ENV=production pnpm run typecheck && vite build",
|
|
12
|
+
"clean": "rm -rf dist lib node_modules",
|
|
13
|
+
"dev": "vite",
|
|
14
|
+
"format": "prettier --write .",
|
|
15
|
+
"lint": "eslint .",
|
|
16
|
+
"lint:fix": "eslint . --fix",
|
|
17
|
+
"prebuild": "pnpm install",
|
|
18
|
+
"pre-commit": "lint-staged",
|
|
19
|
+
"preview": "vite preview",
|
|
20
|
+
"prune:prod": "CI=true NPM_CONFIG_IGNORE_SCRIPTS=true pnpm prune --prod --production --loglevel verbose",
|
|
21
|
+
"test": "vitest",
|
|
22
|
+
"test:coverage": "vitest run --coverage",
|
|
23
|
+
"test:ui": "vitest --ui",
|
|
24
|
+
"test:watch": "vitest --watch",
|
|
25
|
+
"typecheck": "tsc -b --noEmit",
|
|
26
|
+
"publish": "npm publish --no-git-checks --access public --tag=$PUBLISH_TAG --dry-run=${DRY_RUN}"
|
|
27
|
+
},
|
|
28
|
+
"dependencies": {
|
|
29
|
+
"@edifice.io/bootstrap": "develop-pedago",
|
|
30
|
+
"@edifice.io/collect-client-rest": "workspace:*",
|
|
31
|
+
"@edifice.io/client": "develop-pedago",
|
|
32
|
+
"@edifice.io/react": "develop-pedago",
|
|
33
|
+
"@react-spring/web": "9.7.5",
|
|
34
|
+
"@tanstack/react-query": "5.81.5",
|
|
35
|
+
"@uidotdev/usehooks": "2.4.1",
|
|
36
|
+
"antd": "5.27.6",
|
|
37
|
+
"clsx": "2.1.1",
|
|
38
|
+
"i18next": "23.8.1",
|
|
39
|
+
"i18next-http-backend": "2.4.2",
|
|
40
|
+
"ode-explorer": "develop-pedago",
|
|
41
|
+
"pdfjs-dist": "5.4.394",
|
|
42
|
+
"react": "18.3.1",
|
|
43
|
+
"react-dom": "18.3.1",
|
|
44
|
+
"react-error-boundary": "4.0.13",
|
|
45
|
+
"react-hook-form": "7.62.0",
|
|
46
|
+
"react-i18next": "14.1.0",
|
|
47
|
+
"react-pdf": "10.2.0",
|
|
48
|
+
"react-router-dom": "6.30.1",
|
|
49
|
+
"zustand": "4.5.7"
|
|
50
|
+
},
|
|
51
|
+
"resolutions": {
|
|
52
|
+
"@tanstack/react-query": "5.81.5"
|
|
53
|
+
},
|
|
54
|
+
"devDependencies": {
|
|
55
|
+
"@axe-core/react": "4.10.2",
|
|
56
|
+
"@tanstack/react-query-devtools": "5.81.5",
|
|
57
|
+
"@testing-library/jest-dom": "6.5.0",
|
|
58
|
+
"@testing-library/react": "16.0.1",
|
|
59
|
+
"@testing-library/user-event": "14.5.2",
|
|
60
|
+
"@types/react": "18.3.24",
|
|
61
|
+
"@types/react-dom": "18.3.7",
|
|
62
|
+
"@vitejs/plugin-react": "4.7.0",
|
|
63
|
+
"@vitest/coverage-v8": "2.1.9",
|
|
64
|
+
"@vitest/ui": "2.1.9",
|
|
65
|
+
"eslint": "9.35.0",
|
|
66
|
+
"eslint-plugin-react-hooks": "5.1.0-rc-fb9a90fa48-20240614",
|
|
67
|
+
"eslint-plugin-react-refresh": "0.4.20",
|
|
68
|
+
"globals": "15.15.0",
|
|
69
|
+
"husky": "9.1.7",
|
|
70
|
+
"jsdom": "25.0.1",
|
|
71
|
+
"lint-staged": "15.2.9",
|
|
72
|
+
"msw": "2.11.2",
|
|
73
|
+
"nx": "19.6.0",
|
|
74
|
+
"vite": "5.4.20",
|
|
75
|
+
"vite-tsconfig-paths": "5.1.4"
|
|
76
|
+
},
|
|
77
|
+
"packageManager": "pnpm@9.12.2",
|
|
78
|
+
"engines": {
|
|
79
|
+
"node": ">=20"
|
|
80
|
+
},
|
|
81
|
+
"exports": {
|
|
82
|
+
"./lib": {
|
|
83
|
+
"import": "./lib/index.js",
|
|
84
|
+
"types": "./lib/index.d.ts"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"files": [
|
|
88
|
+
"lib"
|
|
89
|
+
],
|
|
90
|
+
"nx": {}
|
|
91
|
+
}
|