-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
47 lines (47 loc) · 1.42 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
{
"name": "tailwindcss-boilerplate",
"version": "1.1.1",
"description": "The perfect TailwindCSS boilerplate for theme creation on OctoberCMS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV='production' webpack -p",
"debug": "NODE_ENV='production' webpack -p --verbose",
"watch": "webpack --watch --mode=development"
},
"repository": {
"type": "git",
"url": "octobercms/themes/tailwindcss-boilerplate"
},
"keywords": [
"TailwindCSS",
"OctoberCMS",
"Theme",
"Boilerplate",
"Design",
"Tool",
"Webpack"
],
"author": "Romain 'Maz' BILLOIR",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.26.13",
"browser-sync-webpack-plugin": "^2.3.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.2",
"css-loader": "^3.6.0",
"cssnano-webpack-plugin": "^1.0.3",
"dotenv": "^8.2.0",
"file-loader": "^5.1.0",
"html-webpack-plugin": "^3.2.0",
"js-yaml": "^3.14.1",
"mini-css-extract-plugin": "^0.8.2",
"postcss-loader": "^4.1.0",
"sugarss": "^3.0.3",
"terser-webpack-plugin": "^2.3.8",
"url-loader": "^3.0.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"dependencies": {}
}