-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "flashcard",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"develop": "concurrently \"npm run server\" \"npm run client\"",
"server": "supervisor server.js",
"client": "cd frontend && npm start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mortuie/Flashcard.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mortuie/Flashcard/issues"
},
"homepage": "https://github.com/Mortuie/Flashcard#readme",
"dependencies": {
"axios": "^0.17.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"concurrently": "^3.5.1",
"dotenv": "^5.0.0",
"express": "^4.16.2",
"http": "0.0.0",
"jsonwebtoken": "^8.1.1",
"katex": "^0.9.0",
"mongoose": "^5.0.4",
"path": "^0.12.7",
"supervisor": "^0.12.0"
},
"devDependencies": {
"eslint": "^4.16.0",
"eslint-plugin-react": "^7.5.1"
}
}