-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
54 lines (54 loc) · 1.58 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": "radiomg",
"version": "0.0.1",
"description": "An open-source content management system and single-page app for community radio stations.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daveyshindig/radiOMG.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/daveyshindig/radiOMG/issues"
},
"homepage": "https://github.com/daveyshindig/radiOMG",
"dependencies": {
"@babel/runtime": "^7.4.3",
"@material-ui/core": "^3.9.3",
"aws-sdk": "^2.442.0",
"bcrypt": "^3.0.6",
"body-parser": "^1.18.3",
"buffer": "^5.2.1",
"classnames": "^2.2.6",
"crypto-js": "^3.1.9-1",
"fibers": "^3.1.1",
"immutability-helper": "^2.9.1",
"mediaelement": "^4.2.9",
"meteor-node-stubs": "^0.4.1",
"moment-timezone": "^0.5.25",
"node-pre-gyp": "^0.12.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-everafter": "^0.3.1",
"react-helmet": "^5.2.0",
"react-metamorph": "^0.1.2",
"react-transition-group": "^2.9.0",
"simple-react-form": "github:dchan3/simple-react-form",
"simple-react-form-material-ui": "github:dchan3/simple-react-form-material-ui",
"styled-components": "^4.2.0",
"underscore": "^1.9.1",
"yubigen": "^1.1.0"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-meteor": "^5.1.0",
"eslint-plugin-react": "^7.12.4",
"url": "^0.11.0"
}
}