-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.38 KB
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
{
"name": "@dwmaj/workflow",
"version": "1.0.2",
"description": "## Install",
"main": "src/index.html",
"scripts": {
"build": "npm run clean && npm run production",
"clean": "rimraf dist",
"dev": "NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"start": "npm run watch",
"watch": "SET NODE_ENV=development & webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"keywords": [],
"author": "",
"license": "SEE LICENSE IN UNLICENSE",
"devDependencies": {
"browser-sync": "^2.26.12",
"browser-sync-webpack-plugin": "^2.0.1",
"laravel-mix": "^5.0.5",
"resolve-url-loader": "^3.1.2",
"sass": "^1.24.4",
"sass-loader": "^8.0.1",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {
"@dipser/epc-qr-code.js": "^1.0.2",
"body-parser": "^1.19.0",
"currency-codes": "^2.1.0",
"express": "^4.17.1",
"fs": "0.0.1-security",
"gsap": "^3.5.1",
"modularscale-sass": "^3.0.10",
"nodemon": "^2.0.4",
"qr-image": "^3.2.0",
"qrcode": "^1.4.4",
"router": "^1.3.5",
"sepa-payment-code": "^1.0.3",
"sepa-payment-qr-code": "^1.0.0",
"sepa-qr": "0.0.2"
}
}