forked from the-blue-alliance/the-blue-alliance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.44 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
{
"name": "tba-gameday",
"version": "0.0.0",
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"babel-polyfill": "^6.8.0",
"classnames": "^2.2.3",
"element-resize-event": "^2.0.9",
"firebase": "^3.6.9",
"firedux": "^1.1.0",
"material-ui": "^0.16.5",
"prop-types": "^15.5.10",
"query-string": "^4.1.0",
"react": "^15.4.1",
"react-addons-transition-group": "^15.4.1",
"react-bootstrap": "^0.30.2",
"react-bootstrap-dialog": "^0.9.1",
"react-bootstrap-typeahead": "^1.3.0",
"react-countup": "^3.0.3",
"react-dom": "^15.0.1",
"react-event-listener": "^0.4.0",
"react-file-input": "^0.2.5",
"react-ga": "^2.5.7",
"react-native-listener": "^1.0.1",
"react-redux": "^4.4.5",
"react-select": "^1.0.0-rc.5",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.5.2",
"redux-thunk": "^2.0.1",
"reselect": "^2.5.1",
"swagger-client": "3.9.2",
"swagger-ui": "^3.24.3",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-jest": "^24.8.0",
"babelify": "^10.0.0",
"browserify": "^13.0.0",
"enzyme": "^2.4.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.0.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-debug": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-less": "^4.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"jest-cli": "^24.8.0",
"less": "^3.9.0",
"md5": "^2.2.1",
"react-addons-test-utils": "^15.3.0",
"react-test-renderer": "^15.3.0",
"uglifycss": "0.0.27",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.7.0",
"yargs": "^6.5.0"
},
"scripts": {
"build": "gulp build",
"test": "jest",
"lint": "eslint --ext js react",
"fixlint": "eslint --fix --ext js react"
},
"jest": {
"automock": false,
"roots": [
"<rootDir>/react"
],
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react/",
"<rootDir>/node_modules/react-dom/",
"<rootDir>/node_modules/react-test-renderer/",
"<rootDir>/node_modules/react-addons-test-utils/",
"<rootDir>/node_modules/enzyme/"
]
}
}