forked from elithecho/fusrodah
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.41 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
48
49
{
"name": "fusrodah",
"version": "0.0.1",
"description": "Your Starter Plate",
"main": "src/app.js",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "webpack --config config/webpack.prod.js",
"dev": "webpack-dev-server --content-base public --config config/webpack.dev.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/choonggg/fusrodah.git"
},
"author": "choonggg",
"license": "MIT",
"bugs": {
"url": "https://github.com/choonggg/fusrodah/issues"
},
"homepage": "https://github.com/choonggg/fusrodah#readme",
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@fullhuman/postcss-purgecss": "^2.3.0",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.6.0",
"mini-css-extract-plugin": "^0.9.0",
"minimist": "^1.2.5",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-loader": "^3.0.0",
"purgecss": "^2.3.0",
"purgecss-webpack-plugin": "^3.1.3",
"sass-loader": "^8.0.2",
"style-loader": "^1.3.0",
"tailwindcss": "^1.9.6",
"terser-webpack-plugin": "^2.3.8",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2",
"webpack-manifest-plugin": "^2.2.0",
"webpack-merge": "^4.2.2"
},
"dependencies": {}
}