-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.35 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
{
"license": "MIT",
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"autoprefixer": "^10.4.13",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",
"concat-with-sourcemaps": "^1.1.0",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.7.2",
"cssnano": "^5.1.14",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.7.0",
"postcss": "^8.4.19",
"postcss-import": "^15.0.0",
"postcss-loader": "^7.0.1",
"postcss-preset-env": "^7.8.3",
"scalajs-friendly-source-map-loader": "^0.1.5",
"source-map-loader": "4.0.1",
"style-loader": "^3.3.1",
"stylelint": "^14.15.0",
"stylelint-config-recommended": "^9.0.0",
"stylelint-config-standard": "^29.0.0",
"tailwindcss": "^3.2.4",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.11.1"
},
"browserslist": [
"defaults"
],
"scripts": {
"dev": "cross-env TAILWIND_DISABLE_TOUCH=1 DEBUG=1 webpack serve --progress",
"build": "webpack --progress",
"build:dev": "webpack --progress",
"start:prod": "webpack serve --progress"
},
"dependencies": {}
}