-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.3 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
{
"name": "dev-con",
"version": "1.0.0",
"homepage": "https://gitlab.com/ishawakankar/devcon.git",
"description": "Crowd sourcing based platform in which user give feedback on the search result",
"main": "index.js",
"scripts": {
"build:prod": "webpack -p --config webpack.prod.js",
"build": "webpack-dev-server --history-api-fallback --config webpack.dev.js",
"start": "npm run build"
},
"keywords": [
"reactjs"
],
"author": "Isha Wakankar && Anmol Gupta",
"license": "MIT",
"proxy": "http://104.211.78.0:8080/update",
"dependencies": {
"axios": "^0.18.0",
"babel-core": "^6.26.3",
"clean-webpack-plugin": "^1.0.0",
"html-webpack-plugin": "^3.2.0",
"json-server": "^0.14.2",
"moment": "^2.24.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-fontawesome": "^1.6.1",
"react-qr-scanner": "0.0.8",
"react-router-dom": "^4.3.1",
"recharts": "^1.4.2",
"semantic-ui-react": "^0.84.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-2": "^6.11.0",
"css-loader": "^2.1.0",
"style-loader": "^0.23.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"webpack-merge": "^4.2.1"
}
}