-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.54 KB
/
package.json
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
{
"name": "@zesty-io/react-autolayout",
"version": "1.0.0-beta.12",
"description": "React component for consuming Zesty.io AutoLayout structures",
"author": "Zesty.io <developers@zesty.io>",
"license": "ISC",
"main": "dist/AutoLayout.js",
"directories": {
"dist": "dist"
},
"scripts": {
"build": "npx rollup -c",
"release": "npm run build && npm publish",
"beta-release": "npm version prerelease --preid=beta",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zesty-io/react-autolayout.git"
},
"bugs": {
"url": "https://github.com/zesty-io/react-autolayout/issues"
},
"homepage": "https://github.com/zesty-io/react-autolayout#readme",
"dependencies": {
"classnames": "^2.3.1"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@babel/plugin-proposal-export-namespace-from": "^7.14.5",
"@babel/plugin-proposal-function-sent": "^7.14.5",
"@babel/plugin-proposal-numeric-separator": "^7.14.5",
"@babel/plugin-proposal-throw-expressions": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.8",
"@babel/preset-react": "^7.14.5",
"@babel/runtime": "^7.14.8",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.1",
"rollup": "^2.53.3"
}
}