-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·51 lines (51 loc) · 1.62 KB
/
package.json
File metadata and controls
executable file
·51 lines (51 loc) · 1.62 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
43
44
45
46
47
48
49
50
51
{
"name": "demos",
"version": "1.0.2",
"description": "demos",
"main": "index.js",
"scripts": {
"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",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"dev": "npm run watch",
"prod": "npm run production"
},
"keywords": [],
"author": "dsktschy",
"license": "ISC",
"devDependencies": {
"babel-eslint": "^10.0.1",
"browser-sync": "^2.26.5",
"browser-sync-webpack-plugin": "^2.2.2",
"copy-webpack-plugin": "^5.0.3",
"cross-env": "^5.2.0",
"eslint": "^5.16.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-vue": "^5.2.2",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-webpack-plugin": "^2.4.2",
"laravel-mix": "^4.0.16",
"laravel-mix-copy-watched": "^2.1.3",
"laravel-mix-ejs": "^1.1.2",
"laravel-mix-eslint": "^0.1.3",
"laravel-mix-imagemin": "^1.0.0",
"laravel-mix-polyfill": "^1.0.2",
"laravel-mix-stylelint": "^0.2.0",
"multimatch": "^4.0.0",
"resolve-url-loader": "^2.3.2",
"sass": "^1.20.1",
"sass-loader": "^7.1.0",
"stylelint": "^10.1.0",
"stylelint-config-recommended": "^2.2.0",
"stylelint-scss": "^3.6.1",
"stylelint-webpack-plugin": "^0.10.5",
"svg-spritemap-webpack-plugin": "^3.3.1",
"vue-template-compiler": "^2.6.10"
},
"repository": {
"type": "git"
},
"engines": {
"node": ">=10.14.2",
"npm": ">=6.4.1"
}
}