-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
48 lines (48 loc) · 1.41 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
{
"name": "web.client.js",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"storybook": "vue-cli-service storybook:serve -p 6006 -c config/storybook",
"storybook:build": "vue-cli-service storybook:build -c config/storybook"
},
"dependencies": {
"animejs": "^3.2.1",
"axios": "^0.21.1",
"chart.js": "^2.9.4",
"core-js": "^3.7.0",
"hammerjs": "^2.0.8",
"v-tooltip": "2.0.3",
"vue": "^2.6.12",
"vue-i18n": "^8.22.1",
"vue-outside-events": "^1.1.3",
"vue-router": "^3.4.9",
"vue-social-sharing": "^3.0.4",
"vue-tippy": "^4.7.3",
"vuex": "^3.5.1",
"vuex-persistedstate": "^4.0.0-beta.1",
"xstate": "^4.14.0"
},
"devDependencies": {
"@storybook/addon-actions": "^6.0.28",
"@storybook/addon-docs": "^6.0.28",
"@storybook/addon-knobs": "^6.0.28",
"@storybook/addon-links": "^6.0.28",
"@storybook/vue": "^6.0.28",
"@vue/cli-plugin-babel": "^4.5.9",
"@vue/cli-plugin-eslint": "^4.5.9",
"@vue/cli-plugin-router": "^4.5.9",
"@vue/cli-plugin-vuex": "^4.5.9",
"@vue/cli-service": "^4.5.9",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.2",
"sass": "^1.29.0",
"sass-loader": "^8.0.2",
"vue-cli-plugin-storybook": "~1.3.0",
"vue-template-compiler": "^2.6.12"
}
}