-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.24 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
{
"name": "wsidraw",
"version": "1.0.0",
"description": "Drawing app MVP project",
"main": "index.js",
"scripts": {
"react-dev": "webpack -p --watch",
"server-dev": "nodemon server/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AndrewSong1122/WSIDraw.git"
},
"author": "Andrew Song",
"license": "ISC",
"bugs": {
"url": "https://github.com/AndrewSong1122/WSIDraw/issues"
},
"homepage": "https://github.com/AndrewSong1122/WSIDraw#readme",
"dependencies": {
"aws-sdk": "^2.636.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"jquery": "^3.4.1",
"mongoose": "^5.9.3",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"node-fetch": "^2.6.0",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"unsplash-js": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.10.4",
"@babel/preset-env": "^7.8.6",
"@babel/preset-react": "^7.8.3",
"babel-loader": "^8.0.6",
"babel-runtime": "^6.26.0",
"nodemon": "^2.0.2",
"webpack": "^4.41.6",
"webpack-cli": "^3.1.2"
}
}