This repository was archived by the owner on Oct 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.46 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.46 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
43
44
45
46
47
48
49
50
51
{
"name": "connected-client",
"private": true,
"description": "",
"scripts": {
"start": "meteor run"
},
"dependencies": {
"babel-runtime": "^6.20.0",
"classnames": "^2.2.5",
"material-ui": "^0.18.6",
"material-ui-icons": "^1.0.0-alpha.19",
"meteor-node-stubs": "~0.2.4",
"react": "^15.6.1",
"react-addons-pure-render-mixin": "^15.6.0",
"react-dom": "^15.6.1",
"react-komposer": "^2.0.0",
"react-router-dom": "^4.1.2",
"react-schema-form": "^0.3.7",
"react-tap-event-plugin": "^2.0.1",
"simpl-schema": "^0.3.1",
"typeface-roboto": "0.0.31",
"uniforms": "^1.19.1",
"uniforms-material": "^1.19.1"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.2.0",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-react": "^5.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-meteor": "^4.0.1",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-standard": "^3.0.1"
},
"version": "1.0.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/amaralguincho/connected-client.git"
},
"keywords": [],
"author": "Caio Amaral Corrêa <caicorre@gmail.com>",
"license": "Apache2.0",
"bugs": {
"url": "https://github.com/amaralguincho/connected-client/issues"
},
"homepage": "https://github.com/amaralguincho/connected-client#readme"
}