-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 2.6 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "react-boiler-plate",
"version": "1.0.0",
"description": "A react boiler plate",
"main": "src/index.js",
"author": "Varun Pradhan",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --mode development --config config/webpack.base.config.js --open --hot --history-api-fallback --env.PLATFORM=local --env.VERSION=stag --env.API_URL=http://139.59.67.104:8002/",
"prebuild": "npm run clean && webpack --mode production --config config/webpack.prod.config.js --env.PLATFORM=production --env.VERSION=stag --env.API_URL=https://app.factsnepal.com/ --progress",
"build": "node server",
"clean": "rimraf dist"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^16.0.0",
"@ckeditor/ckeditor5-react": "^2.0.0",
"axios": "^0.18.1",
"bootstrap": "^4.3.1",
"express": "^4.16.4",
"font-awesome": "^4.7.0",
"js-yaml": "^3.13.1",
"leaflet": "^1.7.1",
"mem": "^5.1.1",
"moment": "^2.24.0",
"pace": "0.0.4",
"pace-js": "^1.0.2",
"react": "^16.5.2",
"react-content-loader": "^4.3.2",
"react-dom": "^16.5.2",
"react-helmet": "^5.2.1",
"react-image-carousel": "^2.0.18",
"react-leaflet": "^2.7.0",
"react-moment": "^0.9.6",
"react-particles-js": "^2.6.0",
"react-pdf": "^4.1.0",
"react-responsive-carousel": "^3.1.51",
"react-reveal": "^1.2.2",
"react-router-dom": "^5.0.0",
"react-share": "^2.4.0",
"react-slick": "^0.25.2",
"react-timeago": "^4.4.0",
"recharts": "^1.5.0",
"rimraf": "^2.6.3",
"slick-carousel": "^1.8.1",
"timeago-react": "^2.0.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/polyfill": "^7.0.0-beta.51",
"@babel/preset-env": "^7.0.0-beta.51",
"@babel/preset-react": "^7.0.0-beta.51",
"babel-loader": "^8.0.0-beta.0",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.3",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^4.0.0",
"react-alice-carousel": "^1.16.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^1.1.2",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.3",
"webpack-visualizer-plugin": "^0.1.11"
}
}