-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.88 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.88 KB
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
{
"name": "browser-sdk",
"workspaces": [
"packages/*"
],
"devDependencies": {
"@babel/cli": "^7.22.10",
"@babel/core": "^7.22.9",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.22.9",
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
"ali-cdn-sdk": "^1.2.0",
"ali-oss": "^6.12.0",
"babel-loader": "^9.1.3",
"co": "^4.6.0",
"emoji-name-map": "1.2.9",
"glob": "10.3.3",
"jasmine-core": "3.99.1",
"karma": "6.4.2",
"karma-browserstack-launcher": "1.6.0",
"karma-chrome-launcher": "3.2.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.2",
"karma-junit-reporter": "2.0.1",
"karma-sourcemap-loader": "0.4.0",
"karma-spec-reporter": "0.0.36",
"karma-webpack": "5.0.0",
"lerna": "^8.1.2",
"npm-run-all": "^4.1.5",
"webpack": "5.91.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "^4.15.1"
},
"overrides": {
"@babel/traverse": "7.26.9"
},
"scripts": {
"build": "lerna run build --stream",
"build:bundle": "lerna run build:bundle --stream",
"publish:npm": "npm run build && lerna publish from-package",
"dev": "node scripts/dev-server.js",
"release": "scripts/cli release",
"version": "scripts/cli version",
"test": "npm run test:unit:watch",
"test:unit": "karma start ./test/unit/karma.local.conf.js",
"test:unit:watch": "npm run test:unit --no-single-run"
},
"keywords": [
"dataflux",
"rum",
"sdk"
],
"repository": {
"url": "https://github.com/TrueWatchTech/datakit-js",
"type": "git"
},
"author": "dataflux",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.26.0"
}
}