-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.08 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
{
"name": "@bstuff/hello-anfisa",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"build:prod": "webpack --mode production",
"build:dev": "webpack --mode development",
"dev": "DEBUG=\"app:*\" npm run build:dev -- --watch",
"tunnel": "ngrok http 3000",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"alice",
"yandex",
"smart home",
"boilerplate"
],
"author": "",
"license": "ISC",
"dependencies": {
"@types/debug": "^4.1.5",
"app-root-path": "^3.0.0",
"axios": "^0.18.1",
"body-parser": "^1.19.0",
"debug": "^4.1.1",
"delay": "^4.3.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"lodash": "^4.17.15",
"morgan": "^1.9.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-use-websocket": "^1.3.4",
"readline": "^1.3.0",
"rxjs": "^6.5.4",
"styled-components": "^5.0.1",
"ws": "^7.2.3"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@types/express": "^4.17.2",
"@types/jest": "^25.1.3",
"@types/lodash": "^4.14.149",
"@types/node": "^13.1.2",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@types/styled-components": "^5.0.1",
"@types/ws": "^7.2.2",
"@typescript-eslint/eslint-plugin": "^2.22.0",
"@typescript-eslint/parser": "^2.22.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.6",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-config-xo": "^0.29.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"file-loader": "^6.0.0",
"husky": "^4.2.3",
"jest": "^25.1.0",
"lint-staged": "^10.0.8",
"nodemon-webpack-plugin": "^4.2.2",
"prettier": "^1.19.1",
"typescript": "^3.8.3",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}