-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.41 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "recessjs",
"version": "1.0.10",
"description": "Eazy Peazy Playground Components for React.js",
"main": "build/index.js",
"scripts": {
"build": "babel src -d build",
"release": "npm publish",
"test": "open-cli test/index.html"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/KayceeIngram/recessjs.git"
},
"engines": {
"npm": ">= 2.0.0",
"node": ">= 0.12.0"
},
"keywords": [
"react",
"reactjs",
"react-live",
"react live",
"jsx",
"javascript",
"js",
"nodejs",
"component",
"components",
"playground",
"playgrounds",
"component playground",
"editor",
"code",
"code-editor",
"codeeditor",
"live",
"live edit",
"blog",
"articles",
"article",
"technical",
"editable"
],
"author": "Kaycee Ingram <kayceewilliamingram@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/KayceeIngram/recessjs/issues"
},
"homepage": "https://github.com/KayceeIngram/recessjs#readme",
"dependencies": {
"react": "^17.0.2",
"react-live": "^2.3.0"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"open": "^8.3.0",
"open-cli": "^7.0.1"
}
}