-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 894 Bytes
/
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
{
"name": "jonshamir.com",
"version": "1.0.0",
"description": "Jon Shamir home page",
"author": "Jon Shamir",
"license": "UNLICENSED",
"scripts": {
"start": "webpack-dev-server -d",
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "https://github.com/jonshamir/jonshamir.com.git"
},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^2.0.0-rc.1",
"file-loader": "^0.10.0",
"html-webpack-plugin": "^2.28.0",
"img-loader": "^1.3.1",
"node-sass": "^4.4.0",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.2.1",
"webpack-glsl-loader": "^1.0.1"
},
"dependencies": {
"font-awesome": "^4.7.0",
"normalize.css": "^5.0.0",
"three": "^0.125.0"
}
}