-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.2 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.2 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
{
"name": "@lianetoolkit/form",
"version": "0.1.4",
"description": "Embed Liane Forms",
"main": "lib/liane-form.js",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "https://github.com/lianetoolkit/liane-form.git"
},
"scripts": {
"clean": "rm -rf lib && mkdir lib",
"build": "npm run clean && rollup -c",
"watch": "npm run clean && rollup -c -w",
"prepublish": "npm run build"
},
"author": "Miguel Peixe <miguel@institutoupdate.org.br>",
"homepage": "https://github.com/lianetoolkit/liane-form",
"license": "MIT",
"dependencies": {
"iframe-resizer": "^4.3.1"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/plugin-transform-spread": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.1.0",
"babel-loader": "^8.2.2",
"rollup": "^2.37.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2"
}
}