-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
64 lines (64 loc) · 1.72 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
{
"name": "nuxt-app",
"private": false,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"start": "node .output/server/index.mjs",
"postinstall": "nuxt prepare",
"test-cypress": "cypress run",
"test-cypress-record": "cypress run --record"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxtjs/turnstile": "^0.6.3",
"@zadigetvoltaire/nuxt-gtm": "^0.0.13",
"cypress": "13.9.0",
"nuxt": "^3.8.2",
"nuxt-simple-robots": "^4.0.0-rc.19",
"nuxt-svgo": "^3.5.6",
"sass": "^1.66.1"
},
"dependencies": {
"@abi-software/mapintegratedvuer": "1.6.1",
"@abi-software/plotvuer": "1.0.3",
"@abi-software/simulationvuer": "1.0.1",
"@element-plus/nuxt": "^1.0.10",
"@nuxtjs/sitemap": "^5.1.4",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@pinia/nuxt": "^0.5.1",
"algoliasearch": "^4.19.1",
"aws-amplify": "^5.3.10",
"axios": "^1.5.0",
"chart.js": "^4.4.1",
"chartjs-plugin-datalabels": "^2.2.0",
"contentful": "^10.5.1",
"date-fns": "^2.30.0",
"gridstack": "^10.1.2",
"isomorphic-dompurify": "^1.9.0",
"js-file-download": "^0.4.12",
"lodash": "^4.17.21",
"marked": "^8.0.1",
"mitt": "^3.0.1",
"plyr": "^3.7.8",
"postscribe": "^2.0.8",
"ramda": "^0.29.0",
"sparc-dashboard-beta": "^0.2.0",
"sparc-design-system-components-2": "1.0.1",
"striptags": "^3.2.0",
"uint8array-extras": "^1.0.0",
"vue-chartjs": "^5.3.0",
"vue-social-sharing": "^4.0.0-alpha4"
},
"resolutions": {
"string-width": "4.2.3",
"mlly": "1.4.0",
"vue": "3.4.21"
},
"engines": {
"node": "18.17.1"
},
"type": "module"
}