-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.31 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
44
45
46
{
"name": "react-keynote",
"version": "0.0.2",
"description": "React keynote renderer from jsx",
"main": "lib/index.js",
"scripts": {
"start": "node lib/index.js",
"build": "babel -d lib src",
"watch": "babel -d lib src --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elemental-design/react-keynote.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/elemental-design/react-keynote/issues"
},
"homepage": "https://github.com/elemental-design/react-keynote#readme",
"dependencies": {
"keynote-js": "^0.1.0",
"officegen": "^0.6.3",
"react": "^16.13.0",
"react-reconciler": "^0.25.0",
"react-test-renderer": "^16.13.0",
"yoga-layout-prebuilt": "^1.9.3"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@jxa/global-type": "^1.3.1",
"@jxa/run": "^1.3.2",
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"rollup": "^2.0.3",
"rollup-plugin-babel": "^4.4.0",
"typescript": "^3.8.3"
}
}