-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.61 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "WRKT-0410",
"version": "1.1.0",
"description": "Plan running workouts",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/tjercus/WRKT-0410"
},
"keywords": [],
"scripts": {
"watch": "gulp watch",
"build": "gulp build",
"deploy": "gulp deploy",
"test": "babel-tape-runner src/**/*-spec.js | faucet",
"test-e2e": "casperjs test src/**/*-e2e.spec.js",
"lint": "./node_modules/.bin/eslint ./src || exit 0",
"server": "node rest-api.js"
},
"author": "Tjerk Valentijn",
"license": "MIT",
"bugs": {
"url": "https://github.com/tjercus/WRKT-0410/issues"
},
"homepage": "https://github.com/tjercus/WRKT-0410",
"dependencies": {
"activity-segment": "^1.0.1",
"babel-plugin-transform-class-properties": "^6.23.0",
"bufferstreams": "1.1.1",
"eventemitter4": "^0.2.4",
"fileinput": "^0.2.0",
"history": "4.4.1",
"immutable": "3.8.1",
"keymirror": "0.1.1",
"moment": "2.17.1",
"object-utils-2": "^1.1.0",
"prettier": "^0.14.1",
"pure-swap": "1.0.2",
"react": "15.x.x",
"react-dom": "15.x.x",
"restify": "4.3.0"
},
"devDependencies": {
"autoprefixer": "6.5.4",
"babel": "6.5.2",
"babel-cli": "6.18.0",
"babel-core": "6.20.0",
"babel-eslint": "7.1.1",
"babel-plugin-transform-es2015-function-name": "6.9.0",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"babel-preset-stage-0": "^6.22.0",
"babel-tape-runner": "2.0.1",
"babelify": "7.3.0",
"browser-sync": "2.18.5",
"browserify": "13.1.1",
"cssnano": "3.9.1",
"enzyme": "2.6.0",
"eslint": "3.12.1",
"eslint-config-airbnb": "13.0.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "6.8.0",
"extend-tape": "1.2.0",
"faucet": "0.0.1",
"gulp": "3.9.1",
"gulp-eslint": "3.0.1",
"gulp-gh-pages": "0.5.4",
"gulp-html-replace": "1.6.2",
"gulp-imagemin": "3.1.1",
"gulp-notify": "2.2.0",
"gulp-postcss": "6.2.0",
"gulp-rename": "1.2.2",
"gulp-sourcemaps": "1.9.1",
"gulp-uglify": "2.0.0",
"imagemin-pngquant": "5.0.0",
"jsdom": "9.8.3",
"lodash": "4.17.2",
"postcss-nested": "1.0.0",
"postcss-simple-extend": "1.0.0",
"postcss-simple-vars": "3.0.0",
"react-addons-test-utils": "15.x.x",
"react-unit": "2.0.0",
"rimraf": "2.5.4",
"run-sequence": "1.2.2",
"sinon": "1.17.6",
"tap-nyan": "1.1.0",
"tape": "4.6.3",
"tape-jsx-equals": "1.0.0",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"watchify": "3.7.0"
}
}