-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 1.11 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
{
"name": "translation-helper",
"version": "0.0.1",
"description": "Just a translation helper for json localization files.",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"author": "Marcos Rocha <[email protected]>",
"license": "MIT",
"dependencies": {
"cross-env": "^7.0.3",
"laravel-mix": "^6.0.49"
},
"devDependencies": {
"clean-webpack-plugin": "^4.0.0",
"laravel-mix-clean": "^0.1.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.63.4",
"sass-loader": "^12.1.0",
"webpack-cli": "^5.1.4"
}
}