-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.31 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
{
"name": "kirbylovesamy.com",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"clean": "rm -rf dist",
"build": "npm run clean; gulp",
"deploy": "npm run build && cd dist && git init && git checkout -b gh-pages && git add . && git commit -m 'Update site.' && git push git@github.com:kirbyk/kirbylovesamy.com gh-pages --force"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kirbyk/kirbylovesamy.com.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kirbyk/kirbylovesamy.com/issues"
},
"homepage": "https://github.com/kirbyk/kirbylovesamy.com#readme",
"dependencies": {
"bootstrap": "^3.3.6",
"fuse.js": "^2.2.0",
"gulp": "^3.9.0",
"gulp-bower": "0.0.11",
"gulp-sass": "^2.1.0",
"jquery": "^2.2.3",
"node-bourbon": "^4.2.3",
"node-neat": "^1.7.2",
"node-normalize-scss": "^1.0.3",
"photoswipe": "^4.1.1",
"react": "^15.0.1",
"react-dom": "^15.0.1"
},
"devDependencies": {
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"browser-sync": "^2.11.2",
"gulp-concat": "^2.6.0",
"gulp-webpack": "^1.5.0",
"webpack": "^1.12.14"
}
}