This repository has been archived by the owner on Jan 12, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
97 lines (97 loc) · 2.67 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
95
96
97
{
"name": "react-app-starter",
"version": "0.2.0",
"description": "",
"main": "index.js",
"scripts": {
"clean": "gulp clean",
"lint": "gulp lint",
"build": "gulp build",
"test": "gulp test",
"start": "gulp"
},
"author": "Tim Voronov <ziflex@gmail.com>",
"license": "MIT",
"dependencies": {
"alt": "0.18.6",
"alt-container": "1.0.2",
"alt-mixins": "1.0.0",
"alt-react": "0.0.1",
"alt-utils": "1.0.0",
"bluebird": "3.4.7",
"bootstrap": "3.3.7",
"classnames": "2.2.5",
"compose-class": "^1.0.2",
"date-fns": "1.27.0",
"es6-symbol": "3.1.0",
"eventemitter3": "^2.0.2",
"font-awesome": "^4.7.0",
"history": "3.2.1",
"immutable": "3.8.1",
"lodash": "4.17.4",
"namespaces-js": "1.2.0",
"observable-mixin": "^1.0.0",
"react": "15.4.2",
"react-addons-pure-render-mixin": "15.4.2",
"react-bootstrap": "0.30.8",
"react-dom": "15.4.2",
"react-notification-system": "0.2.12",
"react-router": "3.0.2",
"superagent": "3.3.2",
"url-join": "^1.1.0",
"uuid": "3.0.1"
},
"devDependencies": {
"autoprefixer": "^7.1.3",
"babel-eslint": "^7.2.3",
"babel-istanbul": "^0.12.2",
"babel-plugin-transform-node-env-inline": "^0.2.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"babelify": "^7.3.0",
"browserify": "^14.4.0",
"chai": "^4.1.1",
"css-modulesify": "^0.28.0",
"css-mqpacker": "^6.0.1",
"del": "^3.0.0",
"env-manager": "^0.2.4",
"esdoc-es7-plugin": "0.0.3",
"eslint": "^4.5.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-react": "^7.3.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-esdoc": "^0.4.1",
"gulp-eslint": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-inject": "^4.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-mocha": "^4.3.1",
"gulp-postcss": "^7.0.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-tasks-registrator": "^0.3.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp-webserver": "^0.9.1",
"laggard": "^0.1.0",
"minimist": "^1.2.0",
"postcss-assets": "^4.2.0",
"postcss-each": "^0.10.0",
"postcss-import": "^10.0.0",
"postcss-mixins": "^6.1.0",
"postcss-nested": "^2.1.2",
"postcss-reference": "^1.0.3",
"postcss-simple-vars": "^4.1.0",
"run-sequence": "^2.1.0",
"sinon": "^1.17.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vinyl-transform": "^1.0.0",
"watchify": "^3.9.0"
}
}