-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.28 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
{
"name": "spring-boot-birt",
"version": "1.0.0",
"description": "spring boot application with graphql and react",
"main": "gulpfile.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"apollo-boost": "0.3.1",
"graphql": "14.2.1",
"react": "16.8.6",
"react-apollo": "2.5.5",
"react-dom": "16.8.6"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "1.7.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babelify": "^8.0.0",
"browserify": "^14.5.0",
"del": "4.1.1",
"del-cli": "1.1.0",
"envify": "4.1.0",
"gulp": "^3.8.11",
"gulp-livereload": "4.0.1",
"gulp-react": "4.0.0",
"gulp-sass": "4.0.2",
"gulp-streamify": "1.0.2",
"gulp-uglify": "3.0.2",
"gulp-watch": "5.0.1",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/donhenton/spring-boot-birt.git"
},
"keywords": [
"react",
"graphql",
"spring-boot"
],
"author": "dhenton",
"license": "ISC",
"bugs": {
"url": "https://github.com/donhenton/spring-boot-birt/issues"
},
"homepage": "https://github.com/donhenton/spring-boot-birt#readme"
}