-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.34 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
{
"name": "foambook",
"private": true,
"scripts": {
"dev": "sh scripts/dev.sh",
"bundlevis": "sh scripts/bundlevis.sh",
"lint": "eslint --ext .jsx,.js ."
},
"dependencies": {
"@babel/runtime": "^7.8.3",
"@types/react": "^16.9.16",
"bcrypt": "^3.0.7",
"d3-axis": "^1.0.12",
"d3-scale": "^3.2.1",
"d3-selection": "^1.4.1",
"d3-transition": "^1.3.2",
"he": "^1.2.0",
"informed": "^1.10.12",
"lodash": "^4.17.15",
"luxon": "^1.21.3",
"meteor-node-stubs": "^1.0.0",
"react": "^16.12.0",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.12.0",
"react-faux-dom": "^4.5.0",
"react-number-format": "^4.3.1",
"react-router": "^5.1.2",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.1.2",
"simpl-schema": "^1.5.6",
"xlsx": "^0.15.3"
},
"devDependencies": {
"@meteorjs/eslint-config-meteor": "^1.0.5",
"babel-eslint": "^10.0.3",
"eslint": "^6.7.2",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.7.0",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-meteor": "^6.0.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"prettier": "^1.19.1"
}
}