-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1023 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1023 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
33
34
35
{
"name": "@viewstools/animations",
"version": "1.0.7",
"description": "Views animations wrapper around react-spring",
"main": "dom.js",
"repository": "https://github.com/viewstools/animations",
"author": "Darío Javier Cravero <dario@uxtemple.com>",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.0.0",
"react-spring": "^5.3.20"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-core": "7.0.0-bridge.0",
"rollup": "^0.62.0",
"rollup-plugin-babel": "^4.0.0-beta.4"
},
"scripts": {
"prepare": "rollup --config rollup.config.js"
},
"files": [
"dom.js",
"dom.esm.js",
"native.js",
"native.esm.js"
]
}