forked from Varguss/gamma-landing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 873 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 873 Bytes
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
{
"name": "gamma-landing",
"version": "0.1.0",
"description": "Landing page for Gamma station.",
"main": "index.js",
"author": "Valkyrie",
"license": "GPL-3.0-only",
"private": false,
"dependencies": {
"autoprefixer": "^9.1.5",
"css-loader": "^1.0.0",
"file-loader": "^2.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^4.3.1",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^0.4.3",
"postcss-loader": "^3.0.0",
"precss": "^3.1.2",
"style-loader": "^0.23.0",
"svg-inline-loader": "^0.8.0",
"svg-loader": "^0.0.2",
"url-loader": "^1.1.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9"
},
"scripts": {
"dev": "webpack-dev-server --mode development --open",
"build": "webpack --mode production"
}
}