-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.46 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.46 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
49
50
51
52
{
"name": "platform",
"version": "1.3.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.7.5",
"@bimdata/components": "1.9.2",
"@bimdata/design-system": "2.3.0",
"@bimdata/typescript-fetch-api-client": "10.31.1",
"@bimdata/viewer": "2.15.0-beta.7",
"@paddle/paddle-js": "^1.5.1",
"async": "^3.2.6",
"dms-conversion": "^3.1.4",
"lodash": "^4.17.21",
"maplibre-gl": "^5.14.0",
"oidc-client-ts": "^3.4.1",
"seedrandom": "^3.0.5",
"vue": "^3.5.25",
"vue-i18n": "^11.2.2",
"vue-router": "^4.6.3"
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@vitejs/plugin-vue": "^6.0.2",
"babel-jest": "^30.2.0",
"conventional-changelog-eslint": "^6.0.0",
"cypress": "^15.7.1",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-vue": "^10.6.2",
"jest": "^30.2.0",
"prettier": "^3.7.4",
"sass-embedded": "^1.93.3",
"semantic-release": "^25.0.2",
"vite": "^7.2.7",
"vite-plugin-environment": "^1.1.3"
}
}