-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
109 lines (109 loc) · 2.97 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "@scalableminds/chatroom",
"version": "0.9.1",
"license": "AGPL-3.0",
"dependencies": {
"babel-polyfill": "^6.26.0",
"classnames": "^2.2.6",
"date-fns": "2.0.0-alpha.23",
"lodash.isequal": "^4.5.0",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"react-icons": "^3.2.1",
"react-markdown": "^3.3.0",
"remark-breaks": "^1.0.0",
"unfetch": "^3.0.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-syntax-class-properties": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"flow-bin": "^0.80.0",
"http-server": "^0.11.1",
"node-sass": "^4.8.3",
"parcel-bundler": "^1.9.7",
"prettier": "^1.14.2"
},
"scripts": {
"build": "parcel build src/index.js --out-file Chatroom.js",
"watch": "parcel watch src/index.js --out-file Chatroom.js",
"flow": "flow",
"pretty": "prettier --write src/*",
"prepare": "yarn build",
"serve": "http-server"
},
"main": "dist/Chatroom.js",
"resolutions": {
"regenerator-runtime": "0.11.1",
"js-tokens": "4.0.0",
"unist-util-visit-parents": "1.1.2",
"inherits": "2.0.3",
"debug": "4.1.1",
"json5": "1.0.1",
"source-map": "0.6.1",
"chalk": "1.1.3",
"ansi-styles": "2.2.1",
"strip-ansi": "3.0.1",
"supports-color": "6.1.0",
"ansi-regex": "2.1.1",
"jsesc": "1.3.0",
"source-map-support": "0.4.18",
"minimist": "1.2.0",
"globals": "9.18.0",
"to-fast-properties": "1.0.3",
"ms": "2.0.0",
"browserslist": "3.2.8",
"semver": "5.6.0",
"regexpu-core": "4.5.4",
"regjsgen": "0.2.0",
"regjsparser": "0.1.5",
"regenerator-transform": "0.10.1",
"mime": "1.6.0",
"wordwrap": "0.0.3",
"qs": "2.3.3",
"cross-spawn": "3.0.1",
"yallist": "2.1.2",
"camelcase": "2.1.1",
"parse-json": "4.0.0",
"is-arrayish": "0.2.1",
"nopt": "3.0.6",
"tar": "2.2.1",
"readable-stream": "2.3.6",
"isarray": "1.0.0",
"punycode": "1.3.2",
"@babel/generator": "7.3.4",
"@babel/parser": "7.3.4",
"@babel/template": "7.2.2",
"@babel/traverse": "7.3.4",
"@babel/types": "7.3.4",
"clone": "2.1.2",
"is-glob": "4.0.0",
"postcss": "6.0.1",
"posthtml-parser": "0.4.1",
"escodegen": "1.11.1",
"esprima": "4.0.1",
"acorn": "5.7.3",
"pako": "1.0.10",
"normalize-path": "3.0.0",
"extend-shallow": "3.0.2",
"isobject": "3.0.1",
"is-extendable": "1.0.1",
"kind-of": "5.1.0",
"define-property": "1.0.0",
"has-value": "1.0.0",
"set-value": "2.0.0",
"has-values": "1.0.0",
"is-descriptor": "1.0.2",
"is-accessor-descriptor": "1.0.0",
"is-data-descriptor": "1.0.0",
"has-flag": "3.0.0",
"cssesc": "0.1.0",
"postcss-selector-parser": "3.1.1",
"css-tree": "1.0.0-alpha.28",
"whatwg-url": "6.5.0",
"util": "0.11.1"
}
}