-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 929 Bytes
/
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
{
"name": "typescript-react-redux-safe",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "michael.tontchev",
"license": "UNLICENSED",
"devDependencies": {
"@types/react": "^15.0.24",
"@types/react-dom": "^0.14.23",
"@types/react-redux": "^4.4.40",
"@types/redux": "^3.6.31",
"@types/seamless-immutable": "^6.1.2",
"browserify": "^14.3.0",
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.5.1",
"gulp-tslint": "^7.1.0",
"gulp-util": "^3.0.8",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-redux": "^5.0.4",
"redux": "^3.6.0",
"seamless-immutable": "^7.1.2",
"tsify": "^3.0.1",
"tslint": "^4.5.1",
"typescript": "^2.3.2",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
}
}