-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.4 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
{
"name": "participationreports",
"version": "1.0.0",
"main": "app/index.js",
"scripts": {
"start": "brunch watch --server",
"build": "brunch build -p",
"test": "jest --no-cache --verbose",
"testupdate": "jest -u --no-cache --verbose",
"debugtest": "node --inspect-brk node_modules/.bin/jest --runInBand --no-cache"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"babel-polyfill": "^6.26.0",
"fuse.js": "^3.2.0",
"promise-polyfill": "^7.1.0",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-autocomplete": "^1.8.0",
"react-dom": "^16.13.1",
"react-router-dom": "^4.2.2",
"react-virtualized": "^9.18.5",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"auto-reload-brunch": "^2.7.1",
"babel-brunch": "^6.1.1",
"babel-jest": "^25.0.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"brunch": "^2.10.17",
"ejs": "^2.5.7",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.1",
"express": "^4.16.2",
"jest": "^25.0.0",
"node-sass": "^4.12.0",
"sass-brunch": "^2.10.8",
"sinon": "^4.2.2",
"uglify-js-brunch": "^2.10.0"
},
"jest": {
"transform": {
"^.+\\.js$": "<rootDir>/jest.transform.js"
},
"setupFiles": [
"<rootDir>/jest.setupFile.js"
]
}
}