-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
74 lines (74 loc) · 2.68 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
{
"name": "Django_SmartBase_Admin",
"scripts": {
"dev": "gulp svg-sprites --gulpfile gulpfile.js && webpack --watch --config src/django_smartbase_admin/static/sb_admin/build/webpack.dev.js",
"build": "gulp svg-sprites --gulpfile gulpfile.js && webpack --progress --config src/django_smartbase_admin/static/sb_admin/build/webpack.prod.js",
"svg-sprites": "gulp svg-sprites --gulpfile gulpfile.js",
"commitlint": "commitlint --from=HEAD~$COMMIT_COUNT",
"release": "standard-version release --issueUrlFormat='http://redmine.smartbase.sk/issues/{{id}}' --compareUrlFormat='{{host}}/dev/django_smartshop/compare/{{previousTag}}...{{currentTag}}' --commitUrlFormat='{{host}}/dev/django_smartshop/commit/{{hash}}'",
"analyze-bundle": "gulp svg-sprites && webpack --progress --config sbcore/templates_tw/static/build/webpack.analyze.js",
"lint": "eslint --fix"
},
"version": "0.0.1",
"dependencies": {
"@popperjs/core": "^2.11.4",
"@sentry/browser": "^6.18.2",
"@sentry/tracing": "^6.18.2",
"@tailwindcss/line-clamp": "^0.3.1",
"axios": "^0.18.0",
"bootstrap": "^5.2.3",
"chart.js": "^4.3.0",
"choices.js": "^10.2.0",
"flatpickr": "^4.6.13",
"lodash": "^4.17.4",
"lscache": "^1.3.2",
"nouislider": "^15.7.0",
"query-string": "^5.0.1",
"sortablejs": "^1.15.0",
"tabulator-tables": "6.2.0",
"yarn": "^1.22.10"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-angular": "^12.1.4",
"autoprefixer": "^10.3.4",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"critical": "^2.0.4",
"css-loader": "^3.4.2",
"cssnano": "^5.1.9",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-webpack-plugin": "^3.1.1",
"file-loader": "^5.0.2",
"glob": "^7.2.0",
"glob-all": "^3.1.0",
"gulp": "^4.0.2",
"gulp-svgmin": "^4.1.0",
"gulp-svgstore": "^9.0.0",
"merge-stream": "^2.0.0",
"mini-css-extract-plugin": "^2.2.2",
"postcss": "^8.3.6",
"postcss-advanced-variables": "^3.0.1",
"postcss-automath": "^1.0.1",
"postcss-extend": "^1.0.5",
"postcss-hexrgba": "^2.0.1",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.1.1",
"purgecss-webpack-plugin": "^4.1.3",
"standard-version": "^8.0.2",
"tailwindcss": "3.1.8",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.73.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-bundle-tracker": "^1.3.0",
"webpack-cli": "^4.8.0",
"webpack-merge": "^4.2.2"
},
"browser": {
"vue": "vue/dist/vue.common"
}
}