-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.59 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
52
{
"name": "flex",
"version": "1.0.0",
"description": "The simplest WordPress starter theme including full setup for Sass, PostCSS, Autoprefixer, stylelint, Webpack, ESLint, imagemin, Browsersync, etc.",
"scripts": {
"dev": "mix watch",
"build": "mix",
"build:production": "mix --production",
"wp-env": "wp-env"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pressxco/flex.git"
},
"keywords": [],
"author": "Kite",
"license": "GPL-2.0+",
"homepage": "https://github.com/pressxco/flex",
"bugs": {
"url": "https://github.com/pressxco/flex/issues"
},
"devDependencies": {
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/line-clamp": "^0.2.1",
"@tailwindcss/typography": "^0.4.1",
"@wordpress/env": "^4.1.0",
"autoprefixer": "^10.4.2",
"browser-sync": "^2.27.7",
"browser-sync-webpack-plugin": "^2.3.0",
"copy-webpack-plugin": "^8.1.1",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-webpack-plugin": "^2.4.2",
"laravel-mix": "^6.0.41",
"laravel-mix-copy-watched": "^2.3.1",
"laravel-mix-imagemin": "^1.0.3",
"laravel-mix-stylelint": "^1.0.0",
"postcss": "^8.2.15",
"postcss-import": "^14.0.2",
"postcss-nested": "^5.0.5",
"postcss-nested-ancestors": "^2.0.0",
"prettier": "^2.3.0",
"resolve-url-loader": "^4.0.0",
"sass": "^1.32.13",
"sass-loader": "^11.1.0",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"stylelint-webpack-plugin": "^3.0.1",
"tailwindcss": "^3.0.16",
"webpack": "^5.68.0",
"webpack-livereload-plugin": "^3.0.2"
}
}