-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 3.56 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "EMR",
"description": "EMR",
"main": "./app.js",
"author": {
"name": "Incredible Web",
"email": "[email protected]",
"url": "https://www.incredible-web.com"
},
"devDependencies": {
"autoprefixer": "^7.1.4",
"babel-core": "^6.26.3",
"babel-eslint": "^8.0.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.24.1",
"babelify": "^7.3.0",
"clean-webpack-plugin": "^0.1.16",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^5.1.1",
"css-loader": "^0.28.7",
"del": "^2.2.2",
"eslint": "^3.19.0",
"eslint-config-prettier": "^2.5.0",
"eslint-config-standard": "^6.2.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"event-stream": "^3.3.2",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"image-webpack-loader": "^4.2.0",
"imagemin-pngquant": "^5.1.0",
"imagemin-webpack-plugin": "^2.1.5",
"modernizr": "^3.6.0",
"modernizr-loader": "^1.0.1",
"node-sass": "^4.9.3",
"postcss-loader": "^2.0.6",
"prettier": "^1.10.2",
"prettier-stylelint": "^0.4.2",
"redux-devtools-extension": "^2.13.2",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.2",
"sass-loader": "^6.0.6",
"script-loader": "^0.7.1",
"style-loader": "^0.18.2",
"stylelint": "^8.1.1",
"stylelint-config-idiomatic-order": "^5.0.0",
"stylelint-config-prettier": "^3.2.0",
"stylelint-config-standard": "^17.0.0",
"stylelint-webpack-plugin": "^0.9.0",
"sw-precache-webpack-plugin": "^0.11.5",
"url-loader": "^1.0.1",
"webpack": "^3.6.0",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-node-externals": "^1.6.0"
},
"scripts": {
"deploy": "cross-env DEPLOY=true API_URL=https://localhost:8080/ API_PRIVATE_KEY=c4R3VLsjFqSDUgmR npm run build",
"deploy:dev": "cross-env DEPLOY=true API_URL=https://localhost:8080/ API_PRIVATE_KEY=abcd1234 npm run build",
"build": "cross-env NODE_ENV=production webpack",
"build:dev": "cross-env NODE_ENV=development webpack",
"watch": "cross-env NODE_ENV=development API_URL=https://localhost:8080/ API_PRIVATE_KEY=abcd1234 webpack --watch",
"start": "node app.js",
"start_watch": "nodemon --inspect app.js --config nodemon.json"
},
"dependencies": {
"awesomplete": "^1.1.2",
"axios": "^0.18.0",
"body-parser": "^1.18.1",
"breakpoint-sass": "^2.7.1",
"compression": "^1.7.0",
"cookie-parser": "^1.4.3",
"exenv": "^1.2.2",
"express": "^4.15.4",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.5",
"formidable": "^1.1.1",
"handlebars": "^4.0.6",
"hoist-non-react-statics": "^2.3.1",
"https": "^1.0.0",
"immutable": "^3.8.2",
"joi": "^13.0.1",
"joi-browser": "^13.0.1",
"jquery": "^3.2.1",
"moment": "^2.19.2",
"nodemon": "^1.18.4",
"openssl": "^1.1.0",
"path-to-regexp": "^2.2.1",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-helmet": "^5.2.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"react-transition-group": "^2.2.1",
"recharts": "^1.0.0-beta.10",
"redux": "^3.7.2",
"redux-form": "^7.1.2",
"redux-immutable": "^4.0.0",
"redux-thunk": "^2.2.0",
"session-file-store": "^1.2.0",
"susy": "^2.2.14",
"xmlhttprequest": "^1.8.0"
}
}