-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.12 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.12 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "stewardship-frontend",
"license": "GPL-3.0-or-later",
"engines": {
"node": "^16.0"
},
"scripts": {
"build": "nuxi build",
"generate": "nuxi generate",
"dev": "nuxi dev",
"start": "nuxi start",
"lint": "yarn run eslint --fix src/"
},
"dependencies": {
"nuxt": "^3.0.0-rc.11",
"@pinia/nuxt": "^0.4.3",
"@formkit/nuxt": "^1.0.0-beta.11",
"@formkit/themes": "^1.0.0-beta.11",
"vue": "^3.2.37",
"oh-vue-icons": "^1.0.0-rc3",
"vue-axios": "^3.4.1",
"axios": "^0.24",
"vue-final-modal": "^3.4.4",
"vue-debounce": "^4.0.0",
"@sipec/vue3-tags-input": "^3.0.4",
"vue3-observe-visibility": "^0.1.2",
"@ivanv/vue-collapse-transition": "^1.0.2",
"floating-vue": "^2.0.0-beta.19",
"@ckeditor/ckeditor5-vue": "^4.0.1",
"@ckeditor/ckeditor5-build-balloon-block": "^35.1.0",
"@sentry/vue": "^7.11.1",
"@sentry/tracing": "^7.11.1",
"@sentry/hub": "^7.15.0",
"vite-plugin-sentry": "^1.1.5",
"@sipec/vue3-tags-input": "^3.0.4",
"vue-select": "^4.0.0-beta.5",
"@chakra-ui/vue-next": "^1.0.0-alpha.15",
"@chakra-ui/nuxt-next": "^0.1.0-alpha.8",
"@segment/analytics-next": "^1.43.0",
"dataclass": "^2.0.0",
"js-cookie": "^3.0.1",
"date-fns": "^2.29.2",
"feather-icons-paths": "^1.1.1",
"ts-md5": "^1.3.1",
"papaparse": "^5.3.2"
},
"devDependencies": {
"@nuxt/kit": "^3.0.0-rc.11",
"@nuxt/ui": "^0.3.3",
"vite": "^3.0.0", "//": "stub peer dep for @nuxt/ui",
"eslint": "^8.6.0",
"@vue/compiler-sfc": "^3.0.0-0",
"@vue/eslint-config-airbnb": "^7.0.0",
"@vue/eslint-config-airbnb-with-typescript": "^7.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-unused-imports": "^2.0.0",
"eslint-plugin-vue": "^9.3.0",
"prettier": "^2.5.1",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.0.0",
"sass": "^1.54.5",
"sass-loader": "^13.0.2",
"webpack": "^5.0.0",
"typescript": "^4.5.4",
"vercel": "^23.1.2",
"@babel/core": "^7.18.13", "//": "bug peer dep for @chakra-ui/vue-next",
"@types/papaparse": "^5.3.5"
}
}