-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
45 lines (45 loc) · 1.21 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
{
"name": "combine",
"version": "0.1.0",
"description": "Visual programming tool",
"homepage": "https://github.aweber.io/jimf/combine",
"repository": {
"type": "git",
"url": "https://github.aweber.io/jimf/combine.git"
},
"private": true,
"scripts": {
"start": "budo src/main.js --live --open --host=localhost -- -t [ babelify ]",
"lint": "standard",
"pretest": "npm run lint",
"test": "tape -r babel-register test/index.js"
},
"license": "MIT",
"dependencies": {
"bulma": "^0.4.2",
"chartist": "^0.11.0",
"classnames": "^2.2.5",
"csv-string": "^2.3.2",
"react": "^15.6.1",
"react-chartist": "^0.13.0",
"react-dnd": "^2.4.0",
"react-dnd-html5-backend": "^2.4.1",
"react-dom": "^15.6.1",
"react-dom-factories": "^1.0.0",
"react-proptypes": "^1.0.0",
"react-select": "^1.0.0-rc.5",
"redux": "^3.7.1",
"reselect": "^3.0.1"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2017": "^6.24.1",
"babel-register": "^6.24.1",
"babelify": "^7.3.0",
"budo": "^10.0.3",
"deep-equal": "^1.0.1",
"standard": "^10.0.2",
"tape": "^4.7.0"
}
}