-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.76 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "form-demo",
"version": "1.0.0",
"description": "frp sandbox",
"main": "index.js",
"author": "[email protected]",
"license": "MIT",
"scripts": {
"dev": "./node_modules/.bin/babel-node ./wds.js",
"clean": "rm -rf build/",
"doc": "find ./src -not -path \"./src/**/__test__/*\" -name \"*.js\" | xargs docco {}",
"test": "./node_modules/.bin/testem -g",
"dist": "NODE_ENV=production && ./node_modules/.bin/babel-node ./node_modules/.bin/webpack --config ./webpack.prod.conf.js"
},
"keywords": [
"cycle",
"cyclejs",
"motorcycle",
"motorcyclejs",
"webpack",
"tape",
"testem",
"testing",
"bdd",
"tdd",
"babel",
"mvi",
"sass",
"boilerplate"
],
"dependencies": {
"@cycle/isolate": "^1.4.0",
"@cycle/most-adapter": "^4.0.1",
"@motorcycle/core": "^1.3.0",
"@motorcycle/dom": "^3.0.0",
"browser-jsonp": "^1.1.5",
"most": "1.0.5",
"proxy-loader": "https://github.com/le0nik/proxy-loader",
"ramda": "^0.22.1"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-plugin-lodash": "^3.2.9",
"babel-plugin-ramda": "^1.1.6",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"chai": "^3.5.0",
"chai-subset": "^1.3.0",
"chai-subset-in-order": "^2.1.2",
"css-loader": "^0.25.0",
"cycle-hmr": "^0.3.1",
"extract-text-webpack-plugin": "^2.0.0-beta",
"html-webpack-plugin": "^2.24.1",
"json-server": "^0.8.23",
"mocha": "^3.1.2",
"most-test": "^1.2.0",
"node-sass": "^3.11.2",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "2.1.0-beta.25",
"webpack-dev-server": "2.1.0-beta.10"
}
}