-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
77 lines (77 loc) · 2.49 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
{
"name": "@ecomplus/admin",
"version": "1.0.0-beta.107",
"description": "E-Com Plus Admin dashboard PWA",
"main": "src/index.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack && cp dist/admin-*.js dist/admin.js && cp dist/admin-*.css dist/admin.css",
"serve": "cross-env NODE_ENV=development webpack-dev-server",
"start": "npm run serve",
"release": "commit-and-tag-version --prerelease beta"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ecomplus/admin.git"
},
"author": "E-Com Club <[email protected]>",
"license": "UNLICENSED",
"private": true,
"bugs": {
"url": "https://github.com/ecomplus/admin/issues"
},
"homepage": "https://app-dev.e-com.plus",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.26.0",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"autoprefixer": "^9.8.8",
"babel-loader": "^8.4.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^6.4.1",
"core-js": "^3.39.0",
"cross-env": "^7.0.3",
"css-loader": "^4.3.0",
"cssnano": "^4.1.11",
"file-loader": "^6.2.0",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^4.5.2",
"husky": "^9.1.7",
"mini-css-extract-plugin": "^1.6.2",
"postcss-loader": "^3.0.0",
"sass": "^1.81.0",
"sass-loader": "^10.5.2",
"standard": "^17.1.2",
"commit-and-tag-version": "^9.6.0",
"terser-webpack-plugin": "^4.2.3",
"url-loader": "^4.1.1",
"vue-loader": "^15.11.1",
"vue-template-compiler": "2.6.14",
"webpack": "^4.47.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.3",
"webpack-pwa-manifest": "^4.3.0",
"workbox-webpack-plugin": "^7.3.0"
},
"dependencies": {
"@brazilian-utils/brazilian-utils": "^1.0.0-rc.12",
"@ecomplus/admin-helpers": "^1.2.4",
"@ecomplus/admin-home": "^1.1.0-rc.2",
"@ecomplus/admin-marketplace": "^2.5.2",
"@ecomplus/auth": "^1.0.1",
"@ecomplus/client": "^2.4.0",
"@ecomplus/i18n": "^1.32.2",
"@ecomplus/storefront-twbs": "^5.12.1",
"@ecomplus/utils": "^1.4.1",
"blueimp-md5": "^2.19.0",
"bootstrap": "^4.6.2",
"dot-object": "^2.1.5",
"eventemitter3": "^5.0.1",
"inputmask": "^4.0.9",
"jquery-maskmoney": "^3.0.2",
"papaparse": "^5.4.1",
"sortablejs": "^1.15.4",
"vue": "2.6.14"
}
}