-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.09 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
{
"name": "katie-fenn-site",
"version": "1.0.0",
"description": "A personal website for Katie Fenn",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp dev"
},
"author": "Katie Fenn",
"license": "MIT",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.21.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-register": "^6.18.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-filter": "^3.0.1",
"gulp-hash": "^4.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-include": "^2.3.1",
"gulp-insert": "^0.5.0",
"gulp-markdown": "^5.0.1",
"gulp-paginate": "^1.0.0",
"gulp-postcss": "^6.3.0",
"gulp-rename": "^1.2.2",
"gulp-render-to-string": "^1.0.0",
"gulp-sequence": "^1.0.0",
"gulp-sort": "^2.0.0",
"gulp-watch": "^5.0.1",
"images-require-hook": "^1.0.3",
"postcss-assets": "^5.0.0",
"postcss-modules": "^0.6.3",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"through2": "^2.0.3"
}
}