-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
89 lines (89 loc) · 2.86 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
79
80
81
82
83
84
85
86
87
88
89
{
"name": "oc-mina-ui",
"version": "0.1.10",
"description": "mina-ui is a component library for Vue.js(v2.6)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/OneCareerJP/mina-ui.git"
},
"bugs": {
"url": "https://github.com/OneCareerJP/mina-ui/issues"
},
"keywords": [
"oc-mina-ui",
"mina-ui",
"vue",
"components"
],
"private": false,
"main": "dist/mina-ui.common.js",
"scripts": {
"serve": "vue-cli-service serve",
"dev": "npm-run-all -p serve watch:**",
"build": "vue-cli-service build --target lib --name mina-ui src/main.ts",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"stylelint": "stylelint '**/*.{vue,scss}'",
"storybook": "start-storybook -p 6007",
"storybook:build": "build-storybook",
"prettier": "prettier --write '**/*.{js,ts,vue,json,scss}'",
"watch:prettier": "onchange '**/*.{js,ts,vue,json,scss}' -- prettier --write {{changed}}"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/vue-fontawesome": "2",
"@types/body-scroll-lock": "^2.6.1",
"body-scroll-lock": "^3.1.5",
"core-js": "^3.6.5",
"dayjs": "^1.10.4",
"vue": "^2.6.11",
"vue-click-outside": "^1.1.0",
"vue-cropperjs": "4.2.0"
},
"devDependencies": {
"@storybook/addon-actions": "^6.1.14",
"@storybook/addon-essentials": "^6.1.14",
"@storybook/addon-links": "^6.1.14",
"@storybook/addon-viewport": "^6.1.14",
"@storybook/cli": "^6.1.14",
"@storybook/vue": "^6.1.14",
"@types/jest": "^24.0.19",
"@types/node": "^14.14.41",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-unit-jest": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "^1.0.3",
"css-loader": "^5.0.1",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
"npm-run-all": "^4.1.5",
"onchange": "^7.1.0",
"prettier": "^1.19.1",
"prettier-stylelint": "^0.4.2",
"sanitize-html": "^2.3.3",
"sass": "^1.26.5",
"sass-loader": "^10.0.5",
"sass-resources-loader": "^2.1.1",
"style-loader": "^2.0.0",
"stylelint": "^13.7.2",
"stylelint-config": "^0.1.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-prettier": "^1.1.2",
"stylelint-scss": "^3.18.0",
"typescript": "~3.9.3",
"vue-loader": "^15.9.6",
"vue-style-loader": "^4.1.2",
"vue-svg-loader": "^0.16.0",
"vue-template-compiler": "^2.6.11"
}
}