forked from Anime-project-1-0/Anime-Review
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 838 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 838 Bytes
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
{
"name": "anime-review",
"version": "1.0.0",
"description": "A website for anime review",
"main": "index.js",
"scripts": {
"start": "nodemon server/index.js",
"dev:react": "webpack -d --watch",
"db:setup": "node database-mongodb/"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"webpack": "^2.2.1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"axios": "^0.17.1",
"body-parser": "^1.17.2",
"bootstrap": "^3.3.7",
"express": "^4.15.4",
"jquery": "^3.2.1",
"moment": "^2.19.2",
"mongoose": "^4.11.6",
"mysql": "^2.14.1",
"react": "^15.6.1",
"react-bootstrap": "^1.3.0",
"react-dom": "^15.6.1",
"underscore": "^1.8.3"
}
}