-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.82 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
{
"name": "osis-notification",
"version": "0.1.5",
"private": true,
"scripts": {
"build": "vite build --outDir osis_notification/static/osis_notification --mode production --sourcemap true",
"watch": "vite build --outDir osis_notification/static/osis_notification --mode production --watch",
"test": "vitest",
"lint": "eslint frontend --ext .vue,.ts,.js; vue-tsc",
"coverage": "vitest run --coverage",
"storybook": "start-storybook -p 6006 -c frontend/.storybook",
"build-storybook": "build-storybook -c frontend/.storybook"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@intlify/unplugin-vue-i18n": "^0.9.3",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/builder-vite": "^0.4.2",
"@storybook/client-api": "^6.5.16",
"@storybook/testing-library": "^0.0.13",
"@storybook/vue3": "^6.5.16",
"@types/bootstrap": "^3.4.0",
"@types/fetch-mock": "^7.3.5",
"@types/html-truncate": "^1.2.2",
"@types/jquery": "^3.5.16",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"@vitejs/plugin-vue": "^4.0.0",
"@vitest/coverage-istanbul": "^0.29.2",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/test-utils": "^2.3.1",
"babel-loader": "^8.3.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-storybook": "^0.6.11",
"eslint-plugin-vue": "^9.9.0",
"fetch-mock": "^9.11.0",
"jsdom": "^21.1.0",
"sass": "^1.59.2",
"typescript": "^4.9.3",
"typescript-eslint": "^0.0.1-alpha.0",
"vite": "^4.1.0",
"vitest": "^0.29.2",
"vue": "^3.2.45",
"vue-i18n": "^9",
"vue-loader": "^16.8.3",
"vue-tsc": "^1.0.24"
},
"dependencies": {
"html-truncate": "^1.2.2"
}
}