-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 845 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 845 Bytes
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
{
"name": "cloudinary-video-analytics",
"version": "1.8.2",
"description": "",
"main": "dist/main.js",
"scripts": {
"build": "NODE_ENV=production webpack",
"start": "webpack serve --config webpack.dev.config.js ",
"start-server": "node ./dev/http-server.js",
"dev": "concurrently --kill-others \"yarn start-server\" \"yarn start\""
},
"author": "Cloudinary",
"license": "MIT",
"dependencies": {
"is-mobile": "^4.0.0",
"uuid": "14.0.0"
},
"devDependencies": {
"@babel/core": "7.22.5",
"@babel/preset-env": "7.22.5",
"babel-loader": "9.1.2",
"concurrently": "8.2.0",
"html-webpack-plugin": "5.5.0",
"http": "0.0.1-security",
"multiparty": "4.2.3",
"webpack": "5.88.2",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1",
"webpack-merge": "^5.9.0"
}
}