-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 854 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 854 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
{
"name": "isomorphic-cnode",
"version": "2.0.0",
"description": "inspired by [Vue-cnodejs](https://github.com/shinygang/Vue-cnodejs), rewrited with `react`",
"main": "imvc.config.js",
"scripts": {
"start": "react-imvc start --config ./imvc.config.js",
"debug": "react-imvc start?inspect-brk --config ./imvc.config.js",
"build": "react-imvc build --config ./imvc.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lucifier129/isomorphic-cnode.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Lucifier129/isomorphic-cnode/issues"
},
"homepage": "https://github.com/Lucifier129/isomorphic-cnode#readme",
"dependencies": {
"markdown": "^0.5.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-imvc": "^2.4.0"
}
}