-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 804 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 804 Bytes
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
{
"private": true,
"scripts": {
"prod": "NODE_ENV=production npx webpack",
"dev": "NODE_ENV=development npx webpack",
"watch": "NODE_ENV=development npx webpack --watch"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.1.2",
"@tailwindcss/ui": "^0.2.2",
"autoprefixer": "^9.7.6",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.5.3",
"cssnano": "^4.1.10",
"mini-css-extract-plugin": "^0.9.0",
"postcss": "^7.0.27",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.2.1",
"style-loader": "^1.2.0",
"tailwindcss": "^1.3.5",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-manifest-plugin": "^2.2.0"
},
"dependencies": {
"@tailwindcss/typography": "^0.2.0",
"postcss-nesting": "^7.0.1"
}
}