forked from macbaydigital/ninjafirewall-config-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.24 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
{
"name": "ninjafirewall-config-browser",
"private": true,
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": "[email protected]:DanielRuf/ninjafirewall-config-browser.git",
"author": "Daniel Ruf <[email protected]>",
"license": "MIT",
"dependencies": {
"file-saver": "^2.0.2",
"tailwindcss": "^1.8.7"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@fullhuman/postcss-purgecss": "^2.3.0",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.1.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.1.0",
"css-loader": "^4.3.0",
"filter-webpack-plugin": "^1.1.1",
"html-webpack-plugin": "^4.4.1",
"mini-css-extract-plugin": "^0.11.1",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-loader": "^4.0.1",
"precss": "^4.0.0",
"string-replace-loader": "^2.3.0",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^4.1.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-pwa-manifest": "^4.2.0",
"workbox-sw": "^5.1.4",
"workbox-webpack-plugin": "^5.1.4"
},
"scripts": {
"build": "webpack --mode=production"
}
}