-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
64 lines (64 loc) · 1.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
{
"name": "demo-firebase-js",
"version": "2.4.0",
"description": "Virgil Security Firebase JS Demo",
"author": "Virgil Security Inc. <support@virgilsecurity.com>",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/VirgilSecurity/demo-twilio-chat-js"
},
"main": "index.js",
"dependencies": {
"@babel/polyfill": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@types/styled-components": "^5.1.3",
"@virgilsecurity/e3kit-browser": "^2.4.5",
"css-loader": "^4.3.0",
"date-fns": "^2.16.1",
"firebase": "^7.21.0",
"formik": "^2.1.5",
"lodash": "^4.17.21",
"normalize.css": "^8.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"style-loader": "^1.2.1",
"styled-components": "^5.2.0",
"virgil-crypto": "^4.2.2"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/preset-env": "^7.11.5",
"@babel/preset-typescript": "^7.10.4",
"@types/lodash": "^4.14.161",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"babel-loader": "^8.1.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2017": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-runtime": "^6.26.0",
"file-loader": "^6.1.0",
"html-webpack-plugin": "^4.5.0",
"prettier-tslint": "^0.4.2",
"source-map-loader": "^1.1.0",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.3.0",
"tslint-react": "^4.1.0",
"typescript": "^4.0.3",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"scripts": {
"start": "webpack-dev-server --open",
"test": "echo \"Error: no test specified\" && exit 1"
}
}