-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 815 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 815 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
{
"name": "rekit-plugin-react",
"version": "1.0.1",
"author": "Nate Wang <supnate@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/rekit/rekit-plugin-react",
"repository": {
"type": "git",
"url": "git+https://github.com/rekit/rekit-plugin-react"
},
"files": [
"build",
"core",
"logo.png",
"appType.json",
"package.json"
],
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"serve": "node scripts/serve.js",
"deploy": "node scripts/deploy.js",
"undeploy": "node scripts/undeploy.js",
"test": "node scripts/test.js"
},
"devDependencies": {
"rekit-studio-sdk": "^3.0.0-beta.24",
"rekit-core": "^3.0.0-beta.22"
},
"rekitPlugin": {},
"eslintConfig": {
"extends": "react-app"
}
}