forked from opensourcehk/kaidemo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.47 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
{
"name": "oshk-kaidemo",
"version": "1.0.0",
"description": "kaidemo",
"main": "index.js",
"repository": {
"url": "[email protected]:railsstudent/oshk-kaidemo.git",
"type": "git"
},
"author": "Connie Leung",
"license": "MIT",
"scripts": {
"build": "NODE_ENV=production ./node_modules/.bin/gulp build",
"dev": "node_modules/.bin/gulp dev",
"gulp": "node_modules/.bin/gulp",
"help": "node_modules/.bin/gulp help",
"watch": "node_modules/.bin/gulp watch",
"test": "echo \"No Test\""
},
"devDependencies": {
"autoprefixer": "6.4.0",
"babel-core": "6.21.0",
"babel-loader": "6.2.10",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"css-loader": "0.23.1",
"extract-text-webpack-plugin": "1.0.1",
"gulp": "3.9.1",
"gulp-clean-css": "2.2.2",
"gulp-help": "1.6.1",
"gulp-htmlmin": "3.0.0",
"gulp-imagemin": "3.1.0",
"gulp-nunjucks": "2.3.0",
"gulp-rename": "1.2.2",
"gulp-sass": "3.0.0",
"gulp-util": "3.0.7",
"jsx-loader": "0.13.2",
"node-sass": "4.3.0",
"postcss-loader": "0.10.1",
"react-hot-loader": "1.3.1",
"sass-loader": "4.1.1",
"style-loader": "0.13.1",
"webpack": "1.14.0",
"webpack-dev-server": "1.16.2",
"webpack-merge": "2.3.1"
},
"dependencies": {
"material-ui": "0.16.7",
"react": "15.4.2",
"react-addons-css-transition-group": "15.4.2",
"react-dom": "15.4.2",
"react-tap-event-plugin": "2.0.1"
}
}