-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 991 Bytes
/
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
{
"name": "ichooseme1",
"version": "1.0.0",
"description": "",
"main": "test1.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server/index.js",
"build": "parcel watch src/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seo218/iChooseMe.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/seo218/iChooseMe/issues"
},
"homepage": "https://github.com/seo218/iChooseMe#readme",
"dependencies": {
"axios": "^0.19.0",
"bluebird": "^3.5.5",
"bootstrap": "^4.3.1",
"cors": "^2.8.5",
"express": "^4.17.1",
"faker": "^4.1.0",
"jquery": "^3.4.1",
"morgan": "^1.9.1",
"popper.js": "^1.15.0",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.10",
"react-dom": "^16.8.6"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0"
}
}