-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.6 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.6 KB
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
{
"name": "app",
"version": "1.0.0",
"description": "",
"author": "Koji Miyauchi",
"license": "MIT",
"scripts": {
"start": "node_modules/.bin/webpack --env.dev --watch --config ./src/core/webpack.config.js",
"build": "./scripts/build.sh",
"build:prod": "./scripts/build.sh prod"
},
"dependencies": {
"babel-polyfill": "^6.23.0",
"bowser": "^2.0.0-beta.3",
"color": "^3.0.0",
"cookie": "^0.3.1",
"cross-storage": "^1.0.0",
"d3": "3.5.6",
"d3-tip": "^0.9.1",
"extract-text-webpack-plugin": "^3.0.0",
"git-diff": "^2.0.6",
"highcharts": "^8.2.0",
"intl": "^1.2.5",
"jsrsasign": "^8.0.12",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.4",
"markdown-it": "^8.4.1",
"md5": "^2.2.1",
"oicr-ui-core": "git+ssh://git@github.com/oicr-webdev/webdev_oicr-ui-core.git",
"prop-types": "^15.6.2",
"react": "^15.0.0",
"react-datepicker": "1.4.1",
"react-diff-view": "^1.6.2",
"react-dom": "^15.0.0",
"react-froala-wysiwyg": "^3.0.0-rc.2-2",
"react-redux": "^4.4.6",
"react-router": "^3.0.0",
"react-spinners": "^0.4.7",
"redux": "^3.5.2",
"redux-form": "^6.2.1",
"redux-thunk": "^2.3.0",
"reselect": "^3.0.0",
"wfui-react": "git+ssh://git@github.com/oicr-webdev/webdev_wfui-react.git"
},
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-core": "^6.25.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^7.1.5",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "~6.6.5",
"babel-polyfill": "^6.20.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "6.9.0",
"babel-preset-es2015-webpack": "^6.4.3",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-2": "^6.24.1",
"clean-webpack-plugin": "^2.0.0",
"css-loader": "0.21.0",
"eslint": "^5.15.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-config-react-app": "^3.0.7",
"eslint-plugin-flowtype": "^3.4.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"file-loader": "^0.8.5",
"html-webpack-exclude-assets-plugin": "0.0.7",
"html-webpack-plugin": "^2.29.0",
"json-loader": "^0.5.4",
"node-sass": "^4.9.3",
"prettier": "^1.16.4",
"sass-loader": "^3.2.0",
"uglifyjs-webpack-plugin": "^1.2.7",
"url-loader": "^0.5.7",
"webpack": "^3.3",
"whatwg-fetch": "^2.0.1",
"yaml-loader": "^0.4.0"
}
}