-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.4 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.4 KB
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
{
"name": "dynamic-multiselect",
"description": "Dynamic Multi-Select Built In React",
"version": "0.5.0",
"license": "MIT",
"author": "Jeff Farris <jeff.markues@gmail.com>",
"bugs": {
"email": "jeff.markues@gmail.com"
},
"main": "server.js",
"scripts": {
"start": "node server.js",
"watch": "nodemon server.js"
},
"babel": {
"presets": [
"es2015",
"react"
]
},
"dependencies": {
"alt": "^0.17.8",
"babel-core": "6.4.5",
"babel-loader": "6.2.1",
"babel-preset-es2015": "6.3.13",
"babel-preset-react": "6.3.13",
"babelify": "7.2.0",
"body-parser": "^1.14.1",
"bower": "^1.6.5",
"colors": "^1.1.2",
"compression": "^1.6.0",
"express": "^4.13.3",
"morgan": "^1.6.1",
"react": "0.14.8",
"react-addons-css-transition-group": "0.14.8",
"react-addons-shallow-compare": "0.14.8",
"react-dom": "0.14.8",
"react-router": "^2.0.0",
"swig": "^1.4.2",
"underscore": "^1.8.3",
"webpack": "^1.0.0"
},
"devDependencies": {
"browserify": "^12.0.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-if": "^2.0.0",
"gulp-less": "^3.0.3",
"gulp-plumber": "^1.0.1",
"gulp-streamify": "1.0.2",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.7",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.0"
}
}