forked from darkwire/darkwire.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.01 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
79
{
"name": "darkwire-client",
"version": "2.0.0-beta.12",
"main": "index.js",
"contributors": [
{
"name": "Daniel Seripap"
},
{
"name": "Alan Friedman"
}
],
"license": "MIT",
"dependencies": {
"autosize": "^4.0.2",
"bootstrap": "^4.3.1",
"clipboard": "^2.0.4",
"feather-icons": "^4.21.0",
"jquery": "^3.5.0",
"js-cookie": "^2.2.0",
"lodash": "^4.17.20",
"moment": "^2.24.0",
"node-sass": "^4.13.1",
"popper.js": "^1.15.0",
"randomcolor": "^0.5.4",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-feather": "^1.1.6",
"react-linkify": "^0.2.2",
"react-modal": "^3.8.1",
"react-redux": "^7.0.3",
"react-router-dom": "^5.0.0",
"react-scripts": "3.0.0",
"react-simple-dropdown": "^3.2.3",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"sanitize-html": "^1.20.1",
"shortid": "^2.2.14",
"socket.io-client": "^2.2.0",
"tinycon": "^0.6.8",
"webcrypto-shim": "^0.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jest-environment-jsdom-sixteen",
"coverage": "react-scripts test --env=jest-environment-jsdom-sixteen --coverage --watchAll=false",
"eject": "react-scripts eject",
"lint": "eslint src"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@peculiar/webcrypto": "^1.1.1",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.4",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.12.1",
"enzyme-to-json": "^3.3.5",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"jest-environment-jsdom-sixteen": "^1.0.3",
"jest-fetch-mock": "^3.0.3",
"prettier": "^2.0.5"
}
}