forked from Blair2004/NexoPOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 2.14 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --disable-host-check --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"watch-ts": "tsc --watch",
"webpack": "webpack",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"@types/node": "^15.0.2",
"axios": "^0.21.0",
"babel-loader": "^8.1.0",
"cross-env": "^7.0.2",
"laravel-echo": "^1.10.0",
"laravel-mix": "^5.0.5",
"lodash": "^4.17.20",
"pusher-js": "^7.0.3",
"resolve-url-loader": "^4.0.0",
"sass": "^1.27.0",
"sass-loader": "^10.0.3",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.4",
"typescript": "^4.0.3",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.44.2"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^27.1.0",
"@ckeditor/ckeditor5-vue": "^2.0.1",
"@ckeditor/ckeditor5-vue2": "^1.0.5",
"@wordpress/hooks": "^3.0.0",
"apexcharts": "^3.22.1",
"autoprefixer": "^10.0.4",
"chart.js": "^2.9.3",
"css-loader": "^3.6.0",
"dayjs": "^1.8.36",
"jspdf": "^2.1.1",
"mini-css-extract-plugin": "^1.0.0",
"moment": "^2.28.0",
"normalize.css": "^8.0.1",
"numeral": "^2.0.6",
"postcss": "^8.1.10",
"rx": "^4.1.0",
"rxjs": "^7.0.1",
"tailwindcss": "^2.0.4",
"twitter_cldr": "^2.2.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"vue": "^2.6.12",
"vue-apexcharts": "^1.6.0",
"vue-html-to-paper": "^1.3.1",
"vue-router": "^3.4.3",
"vue-upload-component": "^2.8.20",
"vue-virtual-collection": "^1.5.0"
},
"name": "NexoPOS-4x"
}