-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 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
{
"name": "oe-scaffolding-portal",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port=5900",
"build": "vue-tsc && vite build",
"build:staging": "vue-tsc && vite build --mode staging",
"preview": "vite preview"
},
"dependencies": {
"@ownego/polaris-vue": "^1.3.7",
"@shopify/app-bridge": "^3.1.3",
"@shopify/app-bridge-utils": "^3.1.3",
"axios": "^1.4.0",
"bootstrap": "^5.1.3",
"date-fns": "^2.29.3",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"pinia": "^2.0.12",
"vue": "^3.2.25",
"vue-i18n": "9",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@types/node": "^18.15.11",
"@types/lodash": "^4.14.181",
"@vitejs/plugin-vue": "^4.1.0",
"@volar/vue-language-plugin-pug": "^1.2.0",
"@vue/eslint-config-typescript": "^11.0.2",
"eslint": "^8.38.0",
"eslint-plugin-vue": "^9.10.0",
"eslint-plugin-vue-pug": "^0.6.0",
"pug": "^3.0.2",
"sass": "^1.62.0",
"typescript": "^4.9.3",
"vite": "^4.2.0",
"vue-tsc": "^1.2.0"
}
}