-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.13 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
{
"name": "twitchett.github.io",
"description": "A blog/image gallery site built with Jekyll and React",
"version": "0.1.0",
"homepage": "https://twitchett.github.io",
"respository": {
"type": "git",
"url": "git://github.com/twitchett/twitchett.github.io.git"
},
"dependencies": {
"axios": "^0.16.1",
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"bootstrap": "^3.3.7",
"extract-text-webpack-plugin": "^2.1.0",
"gh-pages": "^0.12.0",
"react": "^15.5.4",
"react-bootstrap": "^0.30.8",
"react-dom": "^15.5.4",
"react-images": "^0.5.2",
"react-router-dom": "^4.1.1",
"webpack": "^2.4.1"
},
"scripts": {
"build": "webpack && bundle exec jekyll build --config _config.yml,_config.dev.yml",
"build-prod": "NODE_ENV=production webpack && bundle exec jekyll build --config _config.yml,_config.prod.yml",
"start": "bundle exec jekyll serve --config _config.yml,_config.dev.yml",
"watchjs": "webpack --watch",
"deploy": "./scripts/deploy.sh",
"scrape": "php -f ./scripts/instascrape.php"
}
}