-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.62 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": "rgd-components",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "eslint --ext .js,.ts,.vue --ignore-path .gitignore --fix src",
"lint": "eslint --ext .js,.ts,.vue --ignore-path .gitignore --no-fix src",
"test:unit": "jest",
"type": "vue-tsc --noEmit",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@girder/oauth-client": "^0.8.0",
"@mdi/font": "^6.5.95",
"@sentry/vue": "^6.16.1",
"@vuepic/vue-datepicker": "^3.2.2",
"axios": "^0.24.0",
"cesium": "^1.91.0",
"django-s3-file-field": "^0.3.0",
"vue": "^3.2.25",
"vue-docgen-api": "^4.44.23",
"vue-router": "^4.0.12",
"vuetify": "npm:@vuetify/nightly@next"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@storybook/addon-actions": "^6.4.20",
"@storybook/addon-essentials": "^6.4.20",
"@storybook/addon-links": "^6.4.20",
"@storybook/builder-vite": "^0.1.24",
"@storybook/vue3": "^6.4.20",
"@types/geojson": "^7946.0.8",
"@types/jest": "^27.4.1",
"@vitejs/plugin-vue": "^2.2.0",
"@vue/eslint-config-typescript": "^10.0.0",
"@vuetify/vite-plugin": "^1.0.0-alpha.10",
"babel-loader": "^8.2.3",
"eslint": "^8.9.0",
"eslint-plugin-storybook": "^0.5.7",
"eslint-plugin-vue": "^8.4.1",
"jest": "^27.5.1",
"sass": "^1.49.8",
"typescript": "^4.5.4",
"vite": "^2.8.0",
"vite-plugin-cesium": "^1.2.16",
"vite-plugin-eslint": "^1.3.0",
"vue-loader": "^16.8.3",
"vue-tsc": "^0.29.8"
}
}