-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
56 lines (56 loc) · 1.55 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
{
"name": "dpm",
"version": "1.0.0",
"description": "Doctor Patient Drugstore management",
"scripts": {
"lint": "eslint ./",
"build": "webpack",
"dev": "webpack-dev-server",
"api": "node server.js"
},
"author": "Vinoth Pandian",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-eslint": "^6.1.2",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.22.0",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.27.0",
"eslint": "^3.14.0",
"eslint-config-standard": "^6.0.0",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-mocha": "^4.8.0",
"eslint-plugin-promise": "^3.0.0",
"eslint-plugin-standard": "^2.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"html-webpack-plugin": "^2.30.1",
"json-loader": "^0.5.4",
"style-loader": "^0.13.1",
"truffle-contract": "^1.1.11",
"url-loader": "^0.6.2",
"web3": "^0.20.2",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.4"
},
"dependencies": {
"body-parser": "^1.18.2",
"bootstrap": "^4.0.0-beta.2",
"express": "^4.16.2",
"fs": "0.0.1-security",
"instascan": "^1.0.0",
"jquery": "^3.2.1",
"popper.js": "^1.12.7",
"qrious": "^4.0.2",
"react": "^16.1.0",
"react-dom": "^16.1.0",
"react-router-dom": "^4.2.2"
}
}