-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.44 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
{
"name": "gamelobby",
"version": "1.0.0",
"description": "Lobby for browsing games.",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -r dist & node ./webpack/copy-resources.js && webpack --config webpack/styles.config.js --json > ./webpack/styles-output.json && webpack --config webpack/scripts.config.js --json > ./webpack/scripts-output.json && webpack --config webpack/html.config.js --json > ./webpack/html-output.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TrueKuehli/Website.git"
},
"author": "Timon Scholz",
"license": "MIT",
"bugs": {
"url": "https://github.com/TrueKuehli/Website/issues"
},
"homepage": "https://github.com/TrueKuehli/Website#readme",
"devDependencies": {
"autoprefixer": "^9.6.1",
"css-loader": "^3.2.0",
"cssnano": "^4.1.10",
"extract-loader": "^3.1.0",
"file-loader": "^4.2.0",
"html-loader": "^0.5.5",
"html-minifier": "^4.0.0",
"html-minifier-webpack-plugin": "^2.2.1",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.3.1",
"string-replace-loader": "^2.2.0",
"style-loader": "^1.0.0",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7",
"webpack-dev-server": "^3.8.0"
},
"dependencies": {
"material-components-web": "^3.1.1"
}
}