-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.22 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
{
"name": "airlines",
"version": "0.3.1",
"description": "IT team planning board with a nice UI",
"repository": {
"type": "git",
"url": "git://github.com/neemzy/airlines.git"
},
"author": "neemzy",
"homepage": "https://github.com/neemzy/airlines",
"jest": {
"rootDir": "app/Resources/assets/scripts",
"scriptPreprocessor": "<rootDir>/preprocessor.js",
"testDirectoryName": "tests",
"unmockedModulePathPatterns": [
"<rootDir>/../../../../node_modules/react"
]
},
"devDependencies": {
"bootstrap": "~3.3.1",
"classnames": "^1.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.1.0",
"gulp-browserify": "~0.5.0",
"gulp-csso": "^1.0.0",
"gulp-env": "^0.2.0",
"gulp-if": "~1.2.5",
"gulp-jshint": "^1.10.0",
"gulp-less": "^3.0.1",
"gulp-livereload": "^3.8.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-open": "~0.3.1",
"gulp-plumber": "^1.0.0",
"gulp-uglify": "^1.1.0",
"gulp-util": "~3.0.1",
"gulp-watch": "^4.1.1",
"promise": "^7.0.0",
"react": "~0.13.0",
"react-color-picker": "~2.1.4",
"react-dnd": "^0.9.6",
"react-tools": "~0.13.0",
"reactify": "^1.1.0",
"reqwest": "~1.1.5",
"rimraf": "^2.4.0"
}
}