forked from Blair2004/NexoPOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.86 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
78
79
80
81
82
83
84
85
86
87
88
{
"private": true,
"engines": {
"node": "16.x"
},
"scripts": {
"prod": "npm run production",
"watch-ts": "tsc --watch",
"webpack": "webpack",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"production": "npx mix --production && npm run asset-build",
"css-build": "postcss resources/sass/*.scss -d public/css/ --ext css --env production",
"css-watch": "postcss resources/sass/*.scss -d public/css/ --ext css --watch",
"font-watch": "sass resources/sass/line-awesome/1.3.0/scss/line-awesome.scss public/css/line-awesome.css --watch",
"font-build": "sass resources/sass/line-awesome/1.3.0/scss/line-awesome.scss public/css/line-awesome.css --style compressed",
"asset-watch": "npm run font-watch && npm run css-watch",
"asset-build": "npm run font-build && npm run css-build"
},
"devDependencies": {
"@types/node": "^17.0.25",
"autoprefixer": "^10.4.5",
"axios": "^0.26.1",
"babel-loader": "^8.2.5",
"cross-env": "^7.0.2",
"cssnano": "^5.1.7",
"laravel-echo": "^1.11.7",
"laravel-mix": "^6.0.41",
"lodash": "^4.17.20",
"postcss": "^8.4.6",
"postcss-advanced-variables": "^3.0.1",
"postcss-cli": "^9.1.0",
"postcss-css-variables": "^0.18.0",
"postcss-custom-properties": "^12.1.7",
"postcss-hash": "^3.0.0",
"postcss-import": "^14.1.0",
"postcss-mixins": "^9.0.1",
"postcss-nested": "^5.0.6",
"postcss-nesting": "^10.1.4",
"postcss-scss": "^4.0.3",
"postcss-simple-vars": "^6.0.3",
"postcss-url": "^10.1.3",
"pusher-js": "^7.0.3",
"resolve-url-loader": "^5.0.0",
"sass": "^1.50.1",
"sass-loader": "^12.1.0",
"style-loader": "^3.2.1",
"tailwindcss": "^3.0.24",
"ts-loader": "^9.2.9",
"typescript": "^4.6.3",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.12",
"webpack": "^5.72.0",
"wildcard": "^2.0.0"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^34.0.0",
"@ckeditor/ckeditor5-vue": "^4.0.0",
"@ckeditor/ckeditor5-vue2": "^3.0.0",
"@dicebear/avatars": "^4.9.0",
"@dicebear/avatars-avataaars-sprites": "^4.9.0",
"@wordpress/hooks": "^3.7.0",
"acorn": "^8.6.0",
"apexcharts": "^3.35.0",
"chart.js": "^3.3.0",
"css-loader": "^6.5.1",
"currency.js": "^2.0.4",
"dayjs": "^1.11.1",
"jspdf": "^2.1.1",
"mini-css-extract-plugin": "^2.5.2",
"moment": "^2.29.3",
"normalize.css": "^8.0.1",
"numeral": "^2.0.6",
"rx": "^4.1.0",
"tailwindcss": "^3.0.24",
"twitter_cldr": "^2.2.0",
"vue": "^2.6.12",
"vue-apexcharts": "^1.6.0",
"vue-html-to-paper": "1.4.4",
"rxjs": "^7.5.5",
"vue-custom-scrollbar": "^1.4.4",
"vue-router": "^3.4.3",
"vue-upload-component": "^2.8.20",
"vue-virtual-collection": "^1.5.0",
"vue2-daterange-picker": "^0.6.6"
},
"name": "nexopos-4x"
}