-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.04 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
{
"name": "cyclejs-autocomplete-multi",
"version": "0.1.0",
"description": "Cycle.js autocomplete with multiple selections.",
"repository" :
{ "type" : "git",
"url" : "https://github.com/augustblack/cyclejs-autocomplete-multi.git"
},
"scripts": {
"serve": "./node_modules/.bin/webpack-dev-server -d --progress --colors --inline",
"start": "npm install && npm run serve",
"build": "NODE_ENV=production ./node_modules/.bin/webpack"
},
"author": "August Black",
"license": "GPL-3.0",
"dependencies":{
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"snabbdom-jsx": "^0.3.1",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2",
"@cycle/dom": "^10.0.2",
"@cycle/http": "^11.2.0",
"@cycle/isolate": "^1.4.0",
"@cycle/xstream-run": "^3.0.3",
"ramda": "^0.21.0",
"xstream": "^5.0.6"
}
}