-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
60 lines (60 loc) · 1.5 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
{
"name": "bumbu.me",
"version": "1.0.0",
"description": "bumubu.me website",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"build": "gulp build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bumbu/bumbu.github.io.git"
},
"author": "alex bumbu",
"bugs": {
"url": "https://github.com/bumbu/bumbu.github.io/issues"
},
"homepage": "https://github.com/bumbu/bumbu.github.io#readme",
"browserslist": [
"defaults"
],
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"babel-loader": "^8.0.6",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-livereload": "^4.0.2",
"gulp-plumber": "^1.2.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-stylus": "^2.7.0",
"gulp-util": "^3.0.8",
"jest": "^24.9.0",
"nib": "^1.1.2",
"prettier": "^1.19.1",
"webpack": "^4.41.5",
"webpack-stream": "^5.2.1"
},
"dependencies": {
"imagelightbox": "^0.7.0",
"jquery": "^3.4.1",
"lodash": "^4.17.15",
"mobx": "^2.7.0",
"mobx-react": "^4.0.4",
"mobx-react-router": "^3.0.0",
"prismjs": "^1.16.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-router": "^3.2.5",
"react-router-dom": "^5.1.2",
"umbrellajs": "^2.6.7",
"vinyl-named": "^1.1.0"
}
}