-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.88 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
50
51
52
53
54
55
56
57
58
59
{
"name": "aboutme",
"version": "1.0.0",
"description": "Enrico Icardi - Personal homepage/portfolio",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "NODE_ENV='dev' env UV_THREADPOOL_SIZE=100 webpack-dev-server --host 0.0.0.0 --open",
"prod": "NODE_ENV='prod' env UV_THREADPOOL_SIZE=100 webpack -p --optimize-minimize",
"deploy": "gh-pages -d dist",
"ghpages": "NODE_ENV='gh-pages' env UV_THREADPOOL_SIZE=100 webpack -p --optimize-minimize && npm run deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ricricucit/aboutme.git"
},
"keywords": [
"about",
"enrico",
"icardi"
],
"author": "Enrico Icardi <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ricricucit/aboutme/issues"
},
"homepage": "https://github.com/ricricucit/aboutme#readme",
"devDependencies": {
"@welance/welance-bs": "^0.7.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.0",
"favicons-webpack-plugin": "0.0.7",
"gh-pages": "^1.0.0",
"html-webpack-plugin": "^2.30.1",
"imagemin-webpack-plugin": "^1.5.2",
"modularscale-sass": "^3.0.3",
"node-sass": "^4.5.3",
"postcss-loader": "^2.0.6",
"prerender-spa-plugin": "^2.1.0",
"sass-loader": "^6.0.6",
"sass-mq": "^3.3.2",
"script-ext-html-webpack-plugin": "^1.8.5",
"uglifyjs-webpack-plugin": "^0.4.6",
"vue": "^2.4.2",
"vue-loader": "^13.0.4",
"vue-router": "^2.7.0",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.4.2",
"webpack": "^3.5.6",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-dev-server": "^2.7.1",
"webpack-sources": "^1.0.1"
}
}