-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 953 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 953 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
{
"name": "chix-react-evergreen",
"description": "React Evergreen for Chiχ",
"author": "Rob Halff <rob.halff@gmail.com>",
"version": "0.0.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nodule/react-evergreen.git"
},
"scripts": {
"test": "chit -r",
"build:cards": "fbpx browserify twigs/cards.fbp -o examples/bundle.js -t react --debug",
"watch:cards": "fbpx browserify twigs/cards.fbp -o examples/bundle.js -t react --debug --watch",
"svg:cards": "fbpx graph twigs/cards.fbp | dot -Tsvg > twigs/cards.svg"
},
"dependencies": {
"@chix/install": "^2.9.14",
"@chix/node-react": "^2.9.9",
"evergreen": "^0.15.4",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"devDependencies": {
"@chix/flow": "^2.9.14",
"@chix/monitor-npmlog": "^2.9.14",
"chit": "0.x.x"
},
"chix": {
"name": "react-material-ui",
"color": "rgb(136,0,35)"
}
}