-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 1.16 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
{
"name": "emoji-connect",
"version": "0.9.0-b",
"description": "a peer2peer emoji sphere game",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config ./webpack.config.js",
"build": "NODE_ENV=production webpack --profile --stats",
"start-native": "node node_modules/react-native/local-cli/cli.js start"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.5",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.23.1",
"fs": "0.0.2",
"style-loader": "^0.13.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
},
"dependencies": {
"babel": "^6.23.0",
"botui": "^0.3.4",
"create-react-class": "^15.5.2",
"matrix-js-sdk": "^0.9.2",
"react": "^16.0.0-alpha.6",
"react-color": "^2.2.0",
"react-dom": "^16.0.0-alpha.6",
"react-emoji": "^0.4.4",
"react-emoji-picker": "^1.0.12",
"react-notification-system": "^0.2.16",
"sillyname": "^0.1.0",
"uuid": "^3.1.0",
"vue": "2.0.7"
}
}