-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.61 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "radzom-cv",
"version": "1.0.0",
"description": "Personal curriculam vitae",
"author": "Gunnar Radzom <gunnar@radzom.net>",
"license": "MIT",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"build": "gulp build",
"deploy": "gulp deploy"
},
"keywords": [
"cv"
],
"engines": {
"node": "11"
},
"dependencies": {
"bootstrap": "^3.3.5",
"font-awesome": "^4.4.0",
"lodash": "4.17.15",
"object.assign": "^4.0.1",
"react": "^0.14.7",
"react-dom": "^0.14.7"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-typecheck": "^3.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babelify": "^7.2.0",
"browser-sync": "2.26.7",
"browserify": "^13.0.0",
"chai": "^3.0.0",
"exorcist": "^0.4.0",
"gulp": "~3.9.1",
"gulp-autoprefixer": "3.1.0",
"gulp-duration": "0.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-jade": "~1.1.0",
"gulp-replace": "^0.5.3",
"gulp-rev": "^7.0.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-streamify": "1.0.2",
"gulp-stylus": "2.7.0",
"gulp-uglify": "~1.5.3",
"gulp-util": "~3.0.1",
"gulp-watch": "^4.3.4",
"jsdom": "^8.1.0",
"mocha": "7.0.0",
"node-notifier": "^4.2.1",
"react-transform-catch-errors": "^1.0.2",
"redbox-react": "^1.2.2",
"rimraf": "^2.3.4",
"vinyl-source-stream": "~1.1.0",
"vinyl-transform": "^1.0.0",
"watchify": "^3.2.1"
},
"browserify": {
"transform": [
[
"babelify"
]
]
}
}