-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.79 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
{
"name": "pweb",
"version": "0.5.7",
"description": "Meditech Web 3.0 Architecture Client",
"author": "Medical Information Technology, Inc.",
"main": "main.js",
"license": "UNLICENSED",
"private": true,
"repository": {
"type": "svn",
"url": "https://vcfs01.meditech.com/svn/M-AT-Platform/Versions/Version13/Branches/w12/WebClient/"
},
"scripts": {
"build": "webpack",
"lint": "eslint --ext .js --ext .jsx ./client ./test",
"lintfix": "eslint --fix --ext .js --ext .jsx ./client ./test",
"start": "node server.js",
"stats": "webpack --profile --json > stats.json",
"test": "jest",
"test:coverage": "jest --coverage",
"test:watch": "jest --watchAll",
"versions": "node versions.js"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.26.0",
"immutable": "^3.8.2",
"iscroll": "^5.2.0",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-container-dimensions": "1.3.3",
"react-dom": "^16.2.0",
"react-draggable": "^3.0.4",
"react-hot-loader": "^3.1.3",
"react-immutable-proptypes": "^2.1.0",
"react-iscroll": "^2.0.3",
"react-motion": "^0.5.2",
"react-redux": "5.0.6",
"react-virtualized": "^9.13.0",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-immutablejs": "0.0.8",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.3",
"babel-jest": "^21.2.0",
"babel-loader": "^7.1.2",
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-webpack-alias": "^2.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"compression-webpack-plugin": "^1.0.1",
"css-loader": "^0.28.7",
"css-modules-require-hook": "^4.2.2",
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.1.0",
"eslint": "^4.12.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-react": "^7.5.1",
"express": "^4.16.2",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"flux-standard-action": "^2.0.0",
"html-webpack-plugin": "^2.30.1",
"ignore-styles": "^5.0.1",
"image-webpack-loader": "^3.4.2",
"jest": "^21.2.1",
"json-loader": "^0.5.7",
"lodash-webpack-plugin": "^0.11.4",
"node-sass": "^4.7.2",
"postcss-loader": "^2.0.9",
"react-test-renderer": "^16.2.0",
"redux-mock-store": "^1.3.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2",
"webpack": "^3.10.0",
"webpack-cleanup-plugin": "^0.5.1",
"webpack-dev-middleware": "^1.12.2",
"webpack-hot-middleware": "^2.21.0",
"webpack-merge": "^4.1.1",
"webpack-shell-plugin": "^0.5.0"
}
}