-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.19 KB
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
{
"name": "thebestmotherfuckingwebsite",
"version": "1.0.0",
"description": "The title says it all.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.prod.js",
"start:dev": "webpack-dev-server"
},
"author": "Denys Vitali",
"license": "MIT",
"devDependencies": {
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"extract-loader": "^4.0.3",
"file-loader": "^5.0.2",
"html-loader": "^0.5.5",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"pug": "^3.0.1",
"pug-html-loader": "^1.1.5",
"pug-loader": "^2.4.0",
"raw-loader": "^4.0.0",
"style-loader": "^1.1.3",
"terser-webpack-plugin": "^2.3.4",
"ts-loader": "^6.2.1",
"typescript": "^3.7.5",
"webpack": "^5.0.0-beta.13",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.2",
"webpack-merge": "^4.2.2",
"workbox-webpack-plugin": "^5.0.0"
},
"dependencies": {
"typeface-open-sans": "^0.0.75"
}
}