-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 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
{
"name": "p2p-edit",
"version": "1.0.0",
"description": "",
"main": "ex/app.js",
"scripts": {
"build": "webpack",
"dev": "npm run watch & npm run ex",
"ex": "npm run signal & node ex/app.js",
"postinstall": "npm run build",
"signal": "node ./src/server/signaler.js",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "find src | entr -r npm run build"
},
"author": "",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"codemirror": "^5.15.2",
"eventemitter3": "^1.2.0",
"koa": "^1.2.0",
"koa-static": "^2.0.0",
"koa-webpack-dev-middleware": "^1.2.1",
"node-static": "^0.7.7",
"ot-text-tp2": "https://github.com/ottypes/text-tp2#dc9bbee75547b76e9d6defe909eb48cb6d3ecce1",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-hot-loader": "^1.3.0",
"sha-1": "^0.1.1",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0",
"websocket": "^1.0.23"
}
}