-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
64 lines (64 loc) · 1.95 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
{
"name": "@vuefront/theme-opencart",
"version": "0.1.5",
"description": "VueFront OpenCart theme",
"files": [
"lib",
"assets",
"src"
],
"keywords": [
"vuefront",
"opencart",
"theme",
"vuefront-theme"
],
"main": "lib/index.js",
"author": "Dreamvention",
"license": "MIT",
"scripts": {
"build": "shx mkdir -p lib && shx rm -r lib && cross-env BUILD_DEV=1 NODE_ENV=esm babel src -D --watch --verbose --out-dir lib && echo {} > lib/.babelrc"
},
"dependencies": {
"@babel/standalone": "^7.8.4",
"@fortawesome/fontawesome-free": "^5.12.1",
"axios": "^0.19.2",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.5.0",
"core-js": "^3.6.4",
"form-data": "^3.0.0",
"global": "^4.4.0",
"graphql": "^14.6.0",
"graphql-tag": "^2.10.3",
"lodash": "^4.17.15",
"omit-deep-lodash": "^1.1.4",
"portal-vue": "^2.1.7",
"tb-skeleton": "^0.3.6",
"vue": "^2.6.11",
"vue-image-lightbox": "^6.4.0",
"vue-lazyload": "^1.3.3",
"vuefront": "^0.3.3",
"vuelidate": "^0.7.5",
"vuex": "^3.1.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/plugin-transform-modules-commonjs": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/polyfill": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-minify-dead-code-elimination": "^0.5.1",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"cross-env": "^7.0.0",
"file-loader": "^5.1.0",
"node-sass": "^4.13.1",
"shx": "^0.3.2",
"vue-i18n": "^8.15.3",
"vue-loader": "^15.9.0",
"vue-router": "^3.1.5",
"vue-template-compiler": "^2.6.11"
}
}