-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·78 lines (78 loc) · 2.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "@stampinup/vue-components",
"version": "1.21.1",
"description": "Stampinup vue components",
"license": "MIT",
"repository": "stampin-up/vue-components",
"homepage": "https://stampin-up.github.io/vue-components/",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"lint:ci": "vue-cli-service lint --no-fix",
"ci": "yarn lint:ci && yarn test",
"release": "yarn ci && standard-version",
"serve:storybook": "start-storybook -p 6006",
"build:storybook": "build-storybook -c .storybook -o docs",
"prepare": "husky install"
},
"files": [
"src"
],
"exports": {
"./": "./src/"
},
"dependencies": {
"minify-css-string": "^1.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@mdi/font": "^7.2.96",
"@mdi/js": "^7.2.96",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@storybook/addon-a11y": "^7.4.2",
"@storybook/addon-actions": "^7.4.2",
"@storybook/addon-knobs": "^7.0.2",
"@storybook/addon-notes": "^5.3.21",
"@storybook/addon-viewport": "^7.4.2",
"@storybook/addons": "^7.4.2",
"@storybook/vue": "^7.4.2",
"@types/jest": "^29.5.5",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-plugin-unit-jest": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^1.3.6",
"@vue/vue2-jest": "^29.2.6",
"core-js": "^3.32.2",
"eslint": "^8.49.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^9.17.0",
"husky": "^8.0.3",
"prism-react-renderer": "^1.3.5",
"prismjs": "^1.29.0",
"sass": "~1.67.0",
"sass-loader": "^13.3.2",
"standard-version": "^9.5.0",
"typescript": "~4.9.5",
"vue": "^2.7.14",
"vue-cli-plugin-vuetify": "^2.5.8",
"vue-cli-plugin-vuetify-storybook": "^0.2.1",
"vue-storybook": "^1.2.0",
"vue-template-compiler": "^2.7.14",
"vuetify": "^2.7.1",
"vuetify-loader": "^1.7.2",
"ts-jest": "^27.1.5"
}
}