forked from labzero/adpq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.17 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
{
"repository": {},
"license": "MIT",
"scripts": {
"deploy": "brunch build --production",
"watch": "brunch watch --stdin",
"test": "jest --verbose --maxWorkers=5",
"lint": "./node_modules/.bin/eslint web/static/js/**"
},
"dependencies": {
"accounting": "^0.4.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2016": "^6.22.0",
"currency-formatter": "^1.1.1",
"es6-promise": "^4.0.5",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.4",
"lodash-es": "^4.17.4",
"lodash.debounce": "^4.0.8",
"phoenix": "file:deps/phoenix",
"phoenix_html": "file:deps/phoenix_html",
"react": "^15.4.2",
"react-c3js": "^0.1.16",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"react-router-redux": "^4.0.8",
"reactable": "^0.14.1",
"redux": "^3.6.0",
"redux-form": "^6.5.0",
"redux-thunk": "^2.2.0",
"uswds": "^1.0.0"
},
"jest": {
"transform": {
"^.+\\.js$": "babel-jest"
},
"modulePaths": [
"<rootDir>/web/static/js"
],
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react",
"<rootDir>/node_modules/react-dom",
"<rootDir>/node_modules/react-addons-test-utils",
"<rootDir>/node_modules/fbjs"
]
},
"devDependencies": {
"babel-brunch": "~6.0.0",
"babel-eslint": "^7.1.1",
"babel-jest": "^18.0.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-es2017": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-1": "^6.22.0",
"brunch": "2.10.8",
"clean-css-brunch": "~2.0.0",
"css-brunch": "~2.0.0",
"enzyme": "^2.7.1",
"eslint": "^3.16.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-lodash-fp": "^2.1.3",
"eslint-plugin-react": "^6.10.0",
"fetch-mock": "^5.9.4",
"javascript-brunch": "~2.0.0",
"jest": "^18.1.0",
"jest-cli": "^18.1.0",
"react-addons-test-utils": "^15.4.2",
"react-test-renderer": "^15.4.2",
"redux-mock-store": "^1.2.2",
"replacement-brunch": "^2.0.4",
"sass-brunch": "^2.10.4",
"uglify-js-brunch": "~2.0.1"
}
}