-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·39 lines (39 loc) · 1.01 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
{
"name": "UtopiaAirlinesFrontend",
"version": "0.1.0",
"description": "Frontend UI for Utopia Airlines booking system",
"repository": "https://github.com/utopia-airlines/UtopiaAirlinesFrontend",
"main": "main.js",
"scripts": {
"start": "gulp"
},
"author": "",
"license": "",
"dependencies": {
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"browserify": "^16.5.0",
"flux": "^3.1.3",
"gulp": "^4.0.2",
"gulp-cli": "^2.2.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-eslint": "^6.0.0",
"gulp-open": "^3.0.1",
"react": "^16.10.2",
"react-bootstrap": "^1.0.0-beta.14",
"react-dom": "^16.10.2",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"vinyl-source-stream": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.3",
"babelify": "^10.0.0",
"eslint-plugin-react": "^7.16.0"
}
}