-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.18 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.18 KB
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
{
"name": "panacea-at-home",
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"dompurify": "^1.0.3",
"feedparser": "^2.2.7",
"material-ui": "^1.0.0-beta.27",
"material-ui-icons": "^1.0.0-beta.17",
"meteor-node-stubs": "^0.3.2",
"moment": "^2.20.0",
"moment-countdown": "0.0.3",
"momentjs": "^2.0.0",
"rc-progress": "^2.2.5",
"react": "^16.2.0",
"react-circular-progressbar": "^0.5.0",
"react-dom": "^16.2.0",
"react-native-countdown-circle": "^2.0.0",
"react-router-dom": "^4.2.2",
"reactjs-percentage-circle": "^1.0.0",
"recharts": "^1.0.0-beta.9",
"rss-parser": "^2.11.0",
"typeface-roboto": "0.0.45",
"xml2js": "^0.4.19"
},
"devDependencies": {
"@meteorjs/eslint-config-meteor": "^1.0.5",
"babel-eslint": "^8.0.3",
"css-loader": "^0.28.7",
"eslint": "^4.12.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-meteor": "^4.1.4",
"eslint-plugin-react": "^7.5.1",
"style-loader": "^0.19.0"
}
}