-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
52 lines (52 loc) · 1.53 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
{
"name": "openstore-web",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",
"build": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build",
"lint": "vue-cli-service lint",
"makemessages": "./makemessages.sh",
"translations": "gettext-compile --output src/translations.json $(find ./po -name *.po)",
"generate-icons": "vsvg -s ./svg-icons -t ./src/compiled-icons"
},
"dependencies": {
"@sentry/browser": "^5.15.4",
"@sentry/integrations": "^5.15.4",
"axios": "^0.19.2",
"clipboard": "^2.0.6",
"core-js": "^3.6.5",
"date-fns": "^2.12.0",
"debounce": "^1.2.0",
"easygettext": "^2.12.0",
"lodash.isequal": "^4.5.0",
"mini-toastr": "^0.8.1",
"node-sass": "^8.0.0",
"v-img": "^0.2.0",
"vanilla-framework": "^1.8.1",
"vue": "^2.6.11",
"vue-gettext": "^2.1.8",
"vue-head": "^2.2.0",
"vue-lazyload": "^1.3.3",
"vue-router": "^3.1.6",
"vue-svgicon": "^3.2.6",
"vuedraggable": "^2.23.2",
"vuetensils": "^0.7.4",
"vuex": "^3.2.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.3.1",
"@vue/cli-plugin-eslint": "^4.3.1",
"@vue/cli-service": "^4.3.1",
"@vue/eslint-config-airbnb": "^5.0.2",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-bhdouglass": "0.0.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-vue": "^6.2.2",
"vue-template-compiler": "^2.6.11"
},
"volta": {
"node": "20.18.0"
}
}