-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
76 lines (76 loc) · 1.91 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
{
"name": "@cafebazaar/emrooz",
"version": "0.1.7",
"repository": {
"type": "git",
"url": "https://github.com/cafebazaar/emroozjs.git"
},
"keywords": [
"vue",
"vue3",
"calendar",
"shamsi",
"miladi",
"gregorian",
"persian calendar",
"datepicker",
"rangepicker",
"date"
],
"files": [
"dist"
],
"author": "CafeBazaar Front-End Chapter",
"main": "./dist/emrooz.umd.js",
"module": "./dist/emrooz.es.js",
"exports": {
".": {
"import": "./dist/emrooz.es.js",
"require": "./dist/emrooz.umd.js"
}
},
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"storybook": "NODE_ENV=STORYBOOK start-storybook -p 6006",
"build-storybook": "NODE_ENV=STORYBOOK build-storybook",
"prepublishOnly": "rm -rf ./dist && yarn build && rm -rf ./dist/assets"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@storybook/addon-actions": "^6.3.12",
"@storybook/addon-docs": "^6.3.12",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-links": "^6.3.12",
"@storybook/theming": "^6.3.12",
"@storybook/vue3": "^6.3.12",
"@types/node": "^16.9.6",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"@vitejs/plugin-vue": "^1.9.0",
"@vue/composition-api": "^1.2.2",
"babel-loader": "^8.2.2",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-vue": "^7.18.0",
"sass": "^1.42.1",
"storybook-builder-vite": "^0.1.2",
"typescript": "^4.4.3",
"vite": "^2.6.10",
"vite-plugin-dts": "^0.8.2",
"vue": "^3.2.20",
"vue-loader": "^16.8.1",
"vue-tsc": "^0.3.0"
},
"volta": {
"node": "14.17.6",
"yarn": "1.22.11"
},
"license": "MIT",
"peerDependencies": {
"vue": "^3.2.20"
}
}