-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.42 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
{
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@babel/preset-typescript": "^7.13.0",
"@rollup/plugin-babel": "^5.3.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"babel": "^6.23.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"compare-versions": "^3.6.0",
"core-js": "^2.6.12",
"eslint": "^7.21.0",
"iniparser": "^1.0.5",
"lodash": "^4.17.21",
"protobufjs": "^6.10.2",
"readline-sync": "^1.4.10",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-cjs-es": "^1.0.0",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-filesize": "^9.1.1",
"rollup-plugin-gproto": "^1.0.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-re": "^1.0.7",
"rollup-plugin-typescript2": "^0.30.0",
"rollup-plugin-uglify": "^6.0.4",
"rollup-watch": "^4.3.1",
"shelljs": "^0.8.4",
"typescript": "^4.2.3",
"tslib": "^2.1.0"
},
"dependencies": {
"rollup": "^2.41.2"
},
"scripts": {
"test": "jest",
"dev": "rollup -c -w",
"build": "node scripts/build.mjs",
"release": "node scripts/release.mjs"
}
}