-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
70 lines (70 loc) · 2.02 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
65
66
67
68
69
70
{
"name": "rete-homepage",
"version": "0.2.1",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"analyze": "npx nuxi analyze",
"generate": "nuxt generate",
"lint": "rete lint",
"preview": "nuxt preview",
"update-diagrams": "bash ./scripts/update-diagrams.bash -it",
"update-diagrams:ci": "bash ./scripts/update-diagrams.bash"
},
"dependencies": {
"@docsearch/css": "^3.5.2",
"@docsearch/js": "^3.5.2",
"@nuxt/content": "^2.11.0",
"@sentry/browser": "^7.100.1",
"@sentry/integrations": "^7.100.1",
"@sentry/tracing": "^7.100.1",
"@sentry/vue": "^7.100.1",
"@vueuse/core": "^10.7.2",
"case": "^1.6.3",
"clipboard-copy": "^4.0.1",
"prettier": "^3.2.5",
"qs": "^6.11.2",
"register-service-worker": "^1.7.2",
"rete": "^2.0.3",
"rete-area-plugin": "^2.0.2",
"rete-engine": "^2.0.1",
"rete-render-utils": "^2.0.2",
"rete-structures": "^2.0.1",
"rete-vue-plugin": "^2.1.0",
"view-ui-plus-es": "^1.3.16",
"vue": "^3.4.18"
},
"devDependencies": {
"@nuxtjs/i18n": "^8.1.0",
"@vite-pwa/nuxt": "0.4.0",
"@vue/cli-plugin-pwa": "~5.0.8",
"@vue/cli-plugin-router": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-typescript": "^14.1.3",
"eslint-plugin-vue": "^9.30.0",
"nuxt": "^3.10.1",
"nuxt-icon": "^0.6.8",
"nuxt-purgecss": "^2.0.0",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"remark-heading-id": "^1.0.1",
"rete-cli": "^2.0.2",
"sass": "^1.70.0",
"sass-loader": "^14.1.0",
"sass-media-query": "^0.1.2",
"source-map-loader": "^5.0.0",
"std-env": "^3.7.0",
"style-loader": "^3.3.4",
"typedoc": "^0.24.8",
"typescript": "^5.1",
"webpack-cdn-plugin": "^3.3.1",
"webpack-pwa-manifest": "^4.3.0",
"workbox-build": "^7.0.0",
"workbox-core": "^7.0.0",
"workbox-routing": "^7.0.0",
"workbox-strategies": "^7.0.0",
"workbox-webpack-plugin": "^7.0.0"
}
}