-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.62 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "dent-soft",
"version": "1.0.0",
"description": "initialize",
"main": "server.js",
"scripts": {
"start": "if-env NODE_ENV=production && npm run start:prod || npm run start:dev",
"start:prod": "node server.js",
"start:dev": "concurrently \"nodemon --ignore 'client/*'\" \"npm run client\"",
"client": "cd client && npm run start",
"seed": "node scripts/usersDB.js",
"install": "cd client && yarn install",
"build": "cd client && npm run build",
"heroku-postbuild": "npm run build"
},
"author": "",
"license": "ISC",
"devDependencies": {
"concurrently": "^3.6.0",
"nodemon": "^1.11.0"
},
"dependencies": {
"@material-ui/core": "^1.3.0",
"@material-ui/icons": "^1.1.0",
"axios": "^0.16.2",
"bcrypt": "^2.0.1",
"body-parser": "^1.17.2",
"bootstrap": "^4.1.1",
"cookie-session": "^2.0.0-beta.3",
"dotenv": "^5.0.1",
"express": "^4.15.4",
"if-env": "^1.0.4",
"input-moment": "^0.4.0",
"moment": "^2.22.2",
"mongoose": "^5.0.17",
"mongoose-find-or-create": "^1.3.1",
"react": "^16.4.1",
"react-datepicker": "^1.5.0",
"react-dom": "^16.4.1",
"react-dropzone": "^4.2.12",
"react-input-slider": "^4.0.1",
"react-router-dom": "^4.3.1",
"reactstrap": "^6.2.0",
"save": "^2.3.2",
"semantic-ui-react": "^0.81.3",
"superagent": "^3.8.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mojib2014/dent-soft.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/mojib2014/dent-soft/issues"
},
"homepage": "https://github.com/mojib2014/dent-soft#readme"
}