wp-73k/package.json

55 lines
1.4 KiB
JSON
Raw Normal View History

2019-05-23 12:30:31 -04:00
{
"name": "wp-73k-theme",
2019-10-24 23:06:18 -04:00
"version": "1.0.1",
2019-05-23 12:30:31 -04:00
"description": "WP Tailwind",
"main": "./assets/js/main.js",
"scripts": {
"start": "cross-env NODE_ENV=development SERVER=true webpack --watch",
"watch": "cross-env NODE_ENV=development webpack --watch",
"dev": "cross-env NODE_ENV=development webpack",
"prod": "cross-env NODE_ENV=production webpack",
"build": "concurrently \"npm run prod\" \"npm run dev\""
},
"devDependencies": {
2020-07-23 16:30:08 -04:00
"@babel/core": "^7.10.5",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@fullhuman/postcss-purgecss": "^2.3.0",
"autoprefixer": "^9.8.5",
"babel-loader": "^8.1.0",
"browser-sync": "^2.26.10",
"browser-sync-webpack-plugin": "^2.2.2",
"concurrently": "^5.2.0",
"copy-webpack-plugin": "^6.0.3",
"cross-env": "^7.0.2",
"css-loader": "^3.6.0",
2019-05-23 12:30:31 -04:00
"cssnano": "^4.1.10",
"imagemin-webpack-plugin": "^2.4.2",
2020-07-23 16:30:08 -04:00
"mini-css-extract-plugin": "^0.9.0",
"postcss-loader": "^3.0.0",
"resolve-url-loader": "^3.1.1",
"style-loader": "^1.2.1",
"tailwindcss": "^1.5.2",
2019-10-24 23:06:18 -04:00
"uglifyjs-webpack-plugin": "^2.2.0",
2020-07-23 16:30:08 -04:00
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
2019-05-23 12:30:31 -04:00
},
"dependencies": {
2020-07-23 16:30:08 -04:00
"postcss-custom-properties": "^9.1.1",
2019-05-23 12:30:31 -04:00
"postcss-import": "^12.0.1",
2020-07-23 16:30:08 -04:00
"postcss-nested": "^4.2.3",
"regenerator": "^0.14.7"
2019-05-23 12:30:31 -04:00
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 11"
],
"engines": {
"node": ">=10.5.0",
"npm": ">=6.4.1"
},
"author": "",
"license": "ISC"
}