-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 987 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 987 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
32
{
"name": "reflection-for-typescript",
"packageManager": "yarn@3.1.1",
"scripts": {
"start": "rollup --config --watch"
},
"dependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-react": "^7.16.7",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-html": "^0.2.4",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.1",
"postcss": "^8.4.12",
"reflect-metadata": "^0.1.13",
"rollup": "^2.70.1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-progress": "^1.1.2",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-smart-asset": "^2.1.2",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.3.1",
"ttypescript": "^1.5.13",
"typescript": "^4.5.5",
"typescript-rtti": "^0.5.3"
}
}