-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.48 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": "ssmeke.io",
"version": "2.1.2b",
"description": "Web-presence.",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev:build": "webpack --mode development --watch",
"dev:serve": "npm run dev:build & http-server ./dist -o",
"prod:build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SalomonSmeke/salomonsmeke.github.io.git"
},
"author": "Salomon Smeke",
"license": "MIT",
"bugs": {
"url": "https://github.com/SalomonSmeke/salomonsmeke.github.io/issues"
},
"homepage": "https://github.com/SalomonSmeke/salomonsmeke.github.io#readme",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"acorn": "^6.2.1",
"autoprefixer": "^9.6.1",
"babel-loader": "^8.0.6",
"babel-preset-minify": "^0.5.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^3.1.0",
"cssnano": "^4.1.10",
"eslint": "^6.1.0",
"eslint-config-google": "^0.13.0",
"eslint-loader": "^2.2.1",
"file-loader": "^4.1.0",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.11.1",
"image-webpack-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"webpack": "^4.38.0",
"webpack-cli": "^3.3.6"
},
"dependencies": {}
}