-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
112 lines (112 loc) · 3.33 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "@mindvalley/mv-universal-player",
"version": "1.0.10",
"author": {
"name": "Mindvalley"
},
"private": false,
"type": "module",
"main": "./dist/mv-universal-player.cjs.js",
"module": "./dist/mv-universal-player.es.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/mv-universal-player.es.js",
"require": "./dist/mv-universal-player.cjs.js"
},
"./dist/style.css": {
"import": "./dist/style.css",
"require": "./dist/style.css"
}
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mindvalley/mv-universal-player.git"
},
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only build:styles",
"preview": "vite preview",
"test:unit": "vitest",
"test:e2e": "playwright test",
"build-only": "vite build",
"build:styles": "postcss src/assets/tailwind.css -o dist/style.css",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"library:pack": "npm pack",
"library:publish": "npm publish",
"build:library": "run-s build library:pack library:publish",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"peerDependencies": {
"@vue/composition-api": "^1.0.0-rc.1",
"vue": "^2.0.0 || >=3.0.0"
},
"peerDependenciesMeta": {
"@vue/composition-api": {
"optional": true
}
},
"dependencies": {
"@mindvalley/design-system": "^2.3.0",
"@vitejs/plugin-vue2": "^2.2.0",
"sass": "^1.61.0",
"video.js": "^8.0.4",
"vue-carousel": "^0.18.0",
"vue-demi": "^0.13.11",
"vue-svg-sprite": "^1.4.3"
},
"devDependencies": {
"@playwright/test": "^1.31.1",
"@rushstack/eslint-patch": "^1.2.0",
"@storybook/addon-actions": "^7.0.10",
"@storybook/addon-essentials": "^7.0.10",
"@storybook/addon-interactions": "^7.0.10",
"@storybook/addon-links": "^7.0.10",
"@storybook/addon-styling": "^1.0.6",
"@storybook/blocks": "^7.0.10",
"@storybook/testing-library": "^0.0.14-next.2",
"@storybook/vue": "^7.0.10",
"@storybook/vue-vite": "^7.0.10",
"@types/jsdom": "^21.1.0",
"@types/node": "^18.14.2",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.14",
"chromatic": "^6.17.4",
"eslint": "^8.34.0",
"eslint-plugin-vue": "^9.9.0",
"jsdom": "^21.1.0",
"lodash": "^4.17.21",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.23",
"postcss-cli": "^10.1.0",
"prettier": "^2.8.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.0.10",
"tailwindcss": "^3.3.1",
"typescript": "~4.8.4",
"vite": "^4.1.4",
"vite-plugin-dts": "^2.1.0",
"vitest": "^0.29.1",
"vue": "2.7",
"vue-tsc": "^1.2.0"
},
"bugs": {
"url": "https://github.com/mindvalley/mv-universal-player/issues"
},
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/mindvalley/mv-universal-player#readme",
"_id": "@mindvalley/mv-universal-player@0.0.71"
}