-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.03 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
{
"name": "betterthanbefore",
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": "https://github.com/demingfactor/webpack-tailwind-starter-template",
"scripts": {
"start": "webpack-serve --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"author": "Deming Factor",
"license": "ISC",
"dependencies": {
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"html-webpack-plugin": "^3.1.0",
"npm": "^6.14.5",
"postcss-loader": "^2.1.3",
"purgecss-webpack-plugin": "^0.22.0",
"style-loader": "^0.20.3",
"tailwindcss": "^0.4.1",
"typeface-montserrat": "0.0.54",
"webpack": "^4.41.6",
"webpack-merge": "^4.1.2"
},
"devDependencies": {
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"svg-inline-loader": "^0.8.0",
"url-loader": "^1.0.1",
"webpack-command": "^0.3.1",
"webpack-hot-client": "^4.0.3",
"webpack-serve": "^1.0.4"
}
}