-
Notifications
You must be signed in to change notification settings - Fork 103
/
Copy pathpackage.json
61 lines (61 loc) · 1.76 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
{
"name": "tryit-jssip",
"version": "1.0.3",
"private": true,
"description": "New tryit-jssip application",
"author": "Iñaki Baz Castillo <[email protected]>",
"license": "MIT",
"main": "lib/index.jsx",
"dependencies": {
"@babel/runtime": "^7.11.2",
"classnames": "^2.2.6",
"clone": "^2.1.2",
"debug": "^4.1.1",
"deepmerge": "^2.2.1",
"domready": "^1.0.8",
"jssip": "^3.5.5",
"material-ui": "^0.20.2",
"prop-types": "^15.7.2",
"random-string": "^0.2.0",
"react": "^16.13.1",
"react-addons-css-transition-group": "^15.6.2",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.13.1",
"react-notification-system": "^0.2.17",
"url-parse": "^1.4.7"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"autoprefixer-stylus": "^0.14.0",
"babel-plugin-jsx-control-statements": "^4.1.0",
"babelify": "^10.0.0",
"browser-sync": "^2.26.12",
"browserify": "^16.5.2",
"del": "^3.0.0",
"envify": "^4.1.0",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-control-statements": "^2.2.1",
"eslint-plugin-react": "^7.20.5",
"gulp": "^4.0.2",
"gulp-css-base64": "^1.3.4",
"gulp-eslint": "^6.0.0",
"gulp-header": "^2.0.7",
"gulp-if": "^2.0.2",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-stylus": "^2.7.0",
"gulp-touch-cmd": "0.0.1",
"gulp-uglify-es": "^1.0.4",
"gulp-util": "^3.0.8",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.1"
}
}