forked from trmlabs/bitcoinabuse.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 1.19 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
{
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"dependencies": {
"axios": "^0.18",
"bootstrap": "^4.6.0",
"cross-env": "^5.1",
"dinero.js": "^1.6.0",
"jquery": "^3.5",
"laravel-mix": "^4.0.7",
"lodash": "^4.17.4",
"moment": "^2.10.6",
"popper.js": "^1.16",
"promise": "^7.1.1",
"resolve-url-loader": "3.1.0",
"rtlcss": "^2.2",
"sass": "^1.22.5",
"sass-loader": "7.*",
"sweetalert2": "^8.13.6",
"urijs": "^1.17.0",
"vue": "2.*",
"vue-template-compiler": "^2.6.10"
}
}