-
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) · 877 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 877 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": "transform",
"version": "0.0.1",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "npx rollup -c "
},
"devDependencies": {
"benchmark": "^2.1.4",
"rollup": "^1.11.3",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-typescript": "^1.0.1",
"source-map-support": "^0.5.12",
"tslib": "^1.9.3",
"tslint": "^5.16.0",
"typescript": "^3.4.5",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"babel-preset-es2015-rollup": "^3.0.0",
"cross-env": "^5.2.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-dts": "^1.1.2",
"rollup-plugin-uglify": "^6.0.2"
},
"dependencies": {
"@types/lodash": "^4.14.136"
}
}