-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.33 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
{
"name": "react-boilerplate",
"version": "0.0.0",
"description": "A react boilerplate with typescript",
"scripts": {
"build": "gulp build",
"dev": "gulp dev",
"lint": "gulp ts-lint",
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Keats/react-boilerplate.git"
},
"author": "Vincent Prouillet",
"bugs": {
"url": "https://github.com/Keats/react-boilerplate/issues"
},
"homepage": "https://github.com/Keats/react-boilerplate#readme",
"devDependencies": {
"awesome-typescript-loader": "^0.9.2",
"chai": "^3.2.0",
"del": "^1.2.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-sass": "^2.0.4",
"gulp-tslint": "^3.1.2",
"gulp-util": "^3.0.6",
"karma": "^0.13.3",
"karma-chai": "^0.1.0",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"karma-webpack": "^1.7.0",
"mocha": "^2.2.5",
"react-hot-loader": "^1.2.8",
"typescript": "^1.5.3",
"webpack": "^1.10.3",
"webpack-dev-server": "^1.10.1"
},
"dependencies": {
"lodash": "^3.10.0",
"react": "^0.14.0-beta2",
"react-dom": "^0.14.0-beta3",
"react-redux": "^0.2.2",
"react-router": "^1.0.0-beta3",
"redux": "^1.0.0-rc",
"redux-react-router": "^0.2.1"
}
}