forked from CrossRef/mdt-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
120 lines (120 loc) · 3.42 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
111
112
113
114
115
116
117
118
119
120
{
"name": "react-boilerplate",
"version": "0.1.0",
"private": true,
"devDependencies": {
"auto-reload-brunch": "^2",
"autoprefixer": "6.5.1",
"babel-brunch": "^6.1.1",
"babel-core": "^6.26.0",
"babel-eslint": "7.1.1",
"babel-jest": "^22.1.0",
"babel-plugin-system-import-transformer": "^3.1.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"brunch": "^2.10.10",
"case-sensitive-paths-webpack-plugin": "1.1.4",
"chalk": "1.1.3",
"clean-css-brunch": "^2",
"connect-history-api-fallback": "1.3.0",
"cross-spawn": "4.0.2",
"css-loader": "0.26.0",
"detect-port": "1.0.1",
"dotenv": "2.0.0",
"ejs": "^2.5.7",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.0",
"eslint": "3.8.1",
"eslint-config-react-app": "^0.5.0",
"eslint-loader": "1.6.0",
"eslint-plugin-flowtype": "2.21.0",
"eslint-plugin-import": "2.0.1",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "6.4.1",
"express": "^4.16.2",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"filesize": "3.3.0",
"fs-extra": "0.30.0",
"gzip-size": "3.0.0",
"html-webpack-plugin": "2.24.0",
"http-proxy-middleware": "0.17.2",
"jest": "^22.1.4",
"object-assign": "4.1.0",
"path-exists": "2.1.0",
"postcss-loader": "1.0.0",
"promise": "7.1.1",
"react-dev-utils": "^0.4.2",
"react-test-renderer": "^16.2.0",
"recursive-readdir": "2.1.0",
"sass-brunch": "^2.10.4",
"sinon": "^4.2.0",
"strip-ansi": "3.0.1",
"style-loader": "0.13.1",
"uglify-js-brunch": "^2.10.0",
"url-loader": "0.5.7",
"whatwg-fetch": "1.0.0"
},
"dependencies": {
"babel-polyfill": "^6.23.0",
"babel-runtime": "^6.23.0",
"buffer": "^5.0.6",
"events": "^1.1.1",
"flux": "^3.1.2",
"immutability-helper": "^2.1.2",
"immutable": "^3.8.1",
"isomorphic-fetch": "^2.2.1",
"issn-verify": "^1.0.0",
"jest-cli": "^22.1.4",
"jquery": "^3.2.1",
"json-brunch": "^1.5.4",
"keymirror": "^0.1.1",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"moment-timezone": "^0.5.13",
"prop-types": "^15.5.8",
"query-string": "^4.3.4",
"querystring": "^0.2.0",
"rc-pagination": "^1.12.9",
"react": "^16.1.1",
"react-autocomplete": "^1.4.2",
"react-autosuggest": "^9.0.0",
"react-datepicker": "^0.52.0",
"react-dom": "^16.1.1",
"react-modal": "^1.7.3",
"react-moment": "^0.2.2",
"react-redux": "^5.0.2",
"react-router": "^3.0.5",
"react-router-redux": "^4.0.7",
"react-toastr": "^3.0.0",
"react-toggle-switch": "^2.1.3",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"standard": "^8.6.0",
"with-query": "^1.0.2",
"x2js": "^3.1.1",
"xml-entities": "0.0.1",
"xml-objtree": "^0.24.2"
},
"scripts": {
"start": "brunch watch --server",
"build": "brunch build -p",
"test": "jest --no-cache",
"testupdate": "jest -u --no-cache",
"debugtest": "node --inspect-brk node_modules/.bin/jest --runInBand --no-cache"
},
"eslintConfig": {
"extends": "react-app"
},
"jest": {
"verbose": true,
"transform": {
"^.+\\.js$": "<rootDir>/jest.transform.js"
}
}
}