-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 914 Bytes
/
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
{
"name": "laravel-mix-postcss-config",
"version": "1.4.0",
"description": "A Laravel-mix plugin to add the postcss-loader to the default mix webpack.config.js file.",
"main": "src/index.js",
"scripts": {
"lint": "eslint ./src --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yazeedobaid/laravel-mix-postcss-config.git"
},
"keywords": [
"laravel-mix",
"postcss-loader"
],
"author": "Yazeed Obaid",
"license": "MIT",
"bugs": {
"url": "https://github.com/yazeedobaid/laravel-mix-postcss-config/issues"
},
"homepage": "https://github.com/yazeedobaid/laravel-mix-postcss-config#readme",
"peerDependencies": {
"laravel-mix": "~4.0 || ~5.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-prettier": "^3.1.4",
"postcss-loader": "^3.0.0",
"prettier": "1.17.1"
}
}