-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.39 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "wp-base",
"version": "1.0.0",
"description": "WordPress Base",
"main": "index.js",
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jehandev/wp-base.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jehandev/wp-base/issues"
},
"homepage": "https://github.com/jehandev/wp-base#readme",
"dependencies": {
"minireset.css": "^0.0.7",
"postcss-combine-duplicated-selectors": "^10.0.2",
"postcss-import": "^16.0.0",
"postcss-math": "^0.0.10",
"precss": "^4.0.0",
"stylelint-config-standard": "^36.0.0"
},
"devDependencies": {
"autoprefixer": "^10.3.7",
"copy-webpack-plugin": "^12.0.0",
"cross-env": "^7.0.3",
"image-minimizer-webpack-plugin": "^4.1.1",
"imagemin": "^9.0.0",
"imagemin-gifsicle": "^7.0.0",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-pngquant": "^10.0.0",
"imagemin-svgo": "^11.0.0",
"imagemin-webp": "^8.0.0",
"laravel-mix": "^6.0.34",
"postcss": "^8.3.11",
"postcss-custom-properties": "^14.0.0",
"sharp": "^0.33.5",
"svgo": "^3.0.2",
"tailwindcss": "^3.0.0"
}
}