-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.18 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
{
"name": "ken",
"version": "1.0.0",
"description": "resume",
"main": "webpack.config.js",
"dependencies": {
"css-loader": "^0.23.1",
"node-sass": "^3.8.0",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"whatwg-fetch": "^2.0.1"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.13.2",
"copy-webpack-plugin": "^3.0.1",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"html-webpack-plugin": "^2.22.0",
"raw-loader": "^0.5.1",
"sass-loader": "^4.1.1",
"vue-loader": "^10.0.2",
"webpack": "^2.1.0-beta.21",
"webpack-dev-server": "^1.16.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eternityspring/eternityspring.github.io.git"
},
"keywords": [
"resume",
"profile"
],
"author": "wesley wang",
"license": "ISC",
"bugs": {
"url": "https://github.com/eternityspring/eternityspring.github.io/issues"
},
"homepage": "https://github.com/eternityspring/eternityspring.github.io#readme"
}