generated from jordypereira/tailwind-webpack-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.37 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
53
{
"name": "tailwind-webpack-starter",
"version": "1.0.0",
"description": "Webpack tailwind template",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=development webpack serve --mode=development",
"build": "export NODE_ENV=production && webpack",
"build:dev": "export NODE_ENV=development && webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/perjor/tailwind-webpack-starter/.git"
},
"keywords": [
"template",
"tailwind",
"webpack",
"simple",
"html"
],
"author": "Jordy Pereira",
"license": "ISC",
"bugs": {
"url": "https://github.com/perjor/tailwind-webpack-starter/issues"
},
"homepage": "https://github.com/perjor/tailwind-webpack-starter/#readme",
"devDependencies": {
"autoprefixer": "^10.2.5",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^8.1.1",
"css-loader": "^5.2.2",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.5.0",
"postcss": "^8.2.10",
"postcss-loader": "^5.2.0",
"postcss-preset-env": "^5.3.0",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"remark-loader": "^4.0.0",
"tailwindcss": "^2.1.1",
"webpack": "^5.33.2",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2"
},
"engines": {
"node": ">=12.13.0"
},
"volta": {
"node": "14.21.2"
}
}