-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.74 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
{
"name": "whiteboard",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node app.js",
"dev": "webpack -w",
"build": "NODE_ENV=production webpack"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/plugin-transform-regenerator": "^7.4.5",
"@types/hammerjs": "^2.0.36",
"@types/pako": "^1.0.1",
"autoprefixer": "^9.5.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^2.1.1",
"eslint": "^6.1.0",
"eslint-config-standard": "^13.0.1",
"eslint-config-standard-jsx": "^7.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-standard": "^4.0.0",
"fork-ts-checker-webpack-plugin": "^1.5.0",
"http-server": "^0.11.1",
"multer": "^1.1.0",
"postcss-loader": "^3.0.0",
"preact": "^8.2.6",
"precss": "^4.0.0",
"prettyjson": "^1.1.3",
"rimraf": "^2.6.3",
"style-loader": "^0.23.1",
"styled-jsx": "^2.2.0",
"svg-inline-loader": "^0.8.0",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"webpack": "^4.38.0",
"webpack-bundle-analyzer": "^3.4.1",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2"
},
"dependencies": {
"@types/debug": "^4.1.5",
"@types/eventemitter3": "^2.0.2",
"debug": "^4.1.1",
"eventemitter3": "^4.0.0",
"express": "^4.13.4",
"hammerjs": "^2.0.8",
"pako": "^1.0.10",
"ws": "^3.3.2"
}
}