-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.42 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
{
"name": "platform",
"version": "1.0.0",
"type": "module",
"private": true,
"scripts": {
"dev": "vite",
"build": "NODE_OPTIONS=--max-old-space-size=8192 vite build",
"serve": "vite preview",
"lint": "eslint --fix",
"test:unit": "jest",
"test:e2e": "cypress open",
"release": "semantic-release"
},
"dependencies": {
"@bimdata/bcf-components": "6.4.4",
"@bimdata/components": "1.7.1",
"@bimdata/design-system": "2.2.1-beta.7",
"@bimdata/typescript-fetch-api-client": "10.17.2",
"@bimdata/viewer": "2.6.1-beta.5",
"@paddle/paddle-js": "^1.3.2",
"async": "^3.2.6",
"dms-conversion": "^3.1.3",
"lodash": "^4.17.21",
"maplibre-gl": "^4.7.1",
"oidc-client-ts": "^3.1.0",
"seedrandom": "^3.0.5",
"vue": "^3.5.13",
"vue-i18n": "^10.0.4",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@vitejs/plugin-vue": "^5.2.1",
"babel-jest": "^29.7.0",
"cypress": "^13.16.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.31.0",
"jest": "^29.7.0",
"prettier": "^3.4.1",
"sass-embedded": "^1.81.0",
"semantic-release": "^24.2.0",
"vite": "^6.0.1",
"vite-plugin-environment": "^1.1.3"
}
}