-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.95 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
66
67
68
69
70
71
72
73
{
"name": "tommy-web",
"version": "0.0.1",
"description": "",
"engines": {
"node": "6.0.0",
"npm": "3.8.6"
},
"main": "index.js",
"scripts": {
"test": "mocha --compilers js:babel-core/register test/**/*_spec.js",
"build": "gulp build",
"postbuild": "gulp revision",
"watch": "gulp watch",
"start": "npm run build && babel-node ./src/server.js",
"start:dev": "npm run build && nf start --procfile=Procfile.dev",
"lint": "eslint src/**"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tommy-the-runner/tommy-web.git"
},
"author": "",
"license": "MIT",
"dependencies": {
"@cycle/core": "^6.0.3",
"@cycle/dom": "^9.4.0",
"@cycle/http": "^8.2.2",
"@cycle/isolate": "^1.3.2",
"babel-cli": "^6.9.0",
"babel-plugin-transform-react-jsx": "^6.7.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",
"brfs": "^1.4.3",
"browserify": "^13.0.0",
"config": "^1.20.4",
"cyclejs-ace-editor": "0.0.9",
"del": "^2.2.1",
"express": "^4.12.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-load-plugins": "^1.2.4",
"gulp-rev": "^7.1.0",
"gulp-sass": "^2.3.1",
"gulp-uglifycss": "^1.0.6",
"js-yaml": "^3.6.1",
"react-proxy": "^1.1.8",
"rx": "4.0.6",
"serialize-javascript": "^1.0.0",
"sinon-chai": "^2.8.0",
"slugify": "^1.0.2",
"statsd-client": "^0.2.2",
"tommy-the-runner": "^0.1.0",
"uglifyify": "^3.0.1",
"vinyl-source-stream": "^1.1.0"
},
"bugs": {
"url": "https://github.com/tommy-the-runner/tommy-web/issues"
},
"homepage": "https://github.com/tommy-the-runner/tommy-web#readme",
"devDependencies": {
"@cycle/rx-adapter": "^3.0.0",
"chai": "^3.5.0",
"eslint": "^2.12.0",
"foreman": "^1.4.1",
"gulp-util": "^3.0.7",
"mocha": "^3.0.2",
"nodemon": "^1.9.2",
"vdom-to-html": "^2.3.0",
"watchify": "^3.7.0"
}
}