-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.24 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.24 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
{
"name": "gowtoolz",
"version": "0.9.1",
"description": "GowCraft CoreTool",
"scripts": {
"setup": "npm install"
},
"author": "Roman Loginov",
"license": "MIT",
"dependencies": {
"classnames": "^2.2.5",
"fastclick": "^1.0.6",
"i18n-js": "http://github.com/fnando/i18n-js/archive/v3.0.0.rc8.tar.gz",
"jsx-loader": "^0.13.2",
"react": "^0.14.3",
"react-addons-shallow-compare": "^0.14.3",
"react-bootstrap": "^0.28.1",
"react-dom": "^0.14.3",
"react-list": "^0.7.8",
"react-localstorage": "^0.2.8",
"snapjs": "^1.2.1"
},
"devDependencies": {
"babel-core": "^5.8.22",
"babel-eslint": "^4.0.5",
"babel-loader": "^5.3.2",
"eslint": "^1.1.0",
"eslint-loader": "^1.0.0",
"eslint-plugin-react": "^3.2.2",
"gulp": "^3.9.1",
"gulp-babel": "^5.2.1",
"gulp-clean": "^0.3.1",
"gulp-concat-css": "^2.2.0",
"gulp-react": "^1.0.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.0.4",
"gulp-shell": "^0.4.2",
"gulp-sync": "^0.1.4",
"gulp-util": "^3.0.6",
"gulp.spritesmith": "^6.2.1",
"lodash": "^3.10.1",
"run-sequence": "^1.1.5",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.2.0",
"webpack-dev-server": "^1.12.0"
}
}