-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
58 lines (58 loc) · 1.48 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
{
"name": "@hotwax/dxp-components",
"version": "1.16.0",
"description": "",
"type": "module",
"main": "lib/index.cjs",
"module": "lib/index.js",
"exports": {
".": "./lib/index.js",
"./style.css": "./lib/style.css"
},
"browser": {
"./styles.css": "./lib/style.css"
},
"types": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"author": "HotWax Commerce",
"license": "Apache-2.0",
"dependencies": {
"@hotwax/oms-api": "^1.8.1",
"@ionic/core": "^7.6.0",
"@ionic/vue": "^7.6.0",
"firebase": "^10.3.1",
"luxon": "^3.3.0",
"pinia": "2.0.36",
"pinia-plugin-persistedstate": "^3.1.0",
"register-service-worker": "^1.7.2",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-markdown-render": "^2.2.1"
},
"devDependencies": {
"@babel/types": "^7.22.11",
"@types/luxon": "^3.3.0",
"@types/node": "^20.5.7",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.48.0",
"eslint-plugin-vue": "^9.17.0",
"rollup-plugin-typescript2": "^0.35.0",
"typescript": "~4.7.4",
"vite": "^4.4.9",
"vue-tsc": "^1.8.8"
},
"repository": {
"type": "git",
"url": "https://github.com/hotwax/dxp-components"
}
}