-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2.16 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
{
"name": "datepicker-custem",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"storybook:build": "vue-cli-service storybook:build -c config/storybook",
"storybook:serve": "vue-cli-service storybook:serve -p 6006 -c config/storybook",
"update-snapshots": "vue-cli-service test:unit --updateSnapshot -- ./tests/StoryShots.test.js"
},
"dependencies": {
"axios": "^0.19.2",
"core-js": "^3.6.4",
"element-ui": "^2.13.0",
"v-click-outside": "^3.0.1",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-i18n": "^8.17.5",
"vue-property-decorator": "^8.4.0",
"vue-router": "^3.1.5",
"vuex": "^3.1.2",
"@types/lodash.debounce": "^4.0.6"
},
"devDependencies": {
"@kazupon/vue-i18n-loader": "^0.3.0",
"@storybook/addon-actions": "^5.3.13",
"@storybook/addon-knobs": "^5.3.13",
"@storybook/addon-links": "^5.3.13",
"@storybook/addon-notes": "^5.3.13",
"@storybook/addon-storyshots": "^5.3.13",
"@storybook/addon-storysource": "^5.3.13",
"@storybook/vue": "^5.3.13",
"@types/lodash": "^4.14.149",
"@types/jest": "^25.1.3",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",
"@vue/cli-plugin-babel": "^4.2.2",
"@vue/cli-plugin-eslint": "^4.2.2",
"@vue/cli-plugin-typescript": "^4.2.2",
"@vue/cli-plugin-unit-jest": "^4.2.2",
"@vue/cli-service": "^4.2.2",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^5.0.1",
"@vue/test-utils": "1.0.0-beta.31",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-plugin-require-context-hook": "^1.0.0",
"eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-vue": "^6.2.1",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"sass-resources-loader": "^2.0.1",
"storybook-addon-vue-info": "^1.4.1",
"ts-jest": "^25.2.1",
"typescript": "^3.8.2",
"vue-cli-plugin-storybook": "^1.2.0",
"vue-template-compiler": "^2.6.11"
}
}