-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.17 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": "rigaspapas.com",
"version": "0.0.1",
"description": "My personal website",
"main": "index.html",
"devDependencies": {
"autoprefixer": "^6.6.1",
"babel-core": "^6.21.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.26.1",
"csso-loader": "^0.2.1",
"eslint": "^6.8.0",
"eslint-config-google": "^0.7.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.6",
"html-loader": "^0.4.4",
"image-webpack-loader": "^4.0.0",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"postcss-loader": "^1.2.1",
"pug": "^2.0.0-beta6",
"pug-html-loader": "^1.0.10",
"sanitize.css": "^4.1.0",
"style-loader": "^0.20.1",
"url-loader": "^0.6.2",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-extraneous-file-cleanup-plugin": "^1.0.5"
},
"scripts": {
"build": "webpack -p",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/rigaspapas/rigaspapas.com.git"
},
"author": "Rigas Papathanasopoulos",
"license": "ISC",
"bugs": {
"url": "https://github.com/rigaspapas/rigaspapas.com/issues"
}
}