-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.13 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
{
"name": "egghead-todo-typescript-react",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --compilers ts:espower-typescript/guess",
"start": "webpack-dev-server",
"build": "webpack"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/immutable": "^3.8.7",
"@types/mocha": "^2.2.41",
"@types/react": "^16.0.2",
"@types/react-dom": "^15.5.2",
"@types/react-redux": "^5.0.4",
"@types/redux": "^3.6.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"espower-typescript": "^8.1.0",
"html-webpack-plugin": "^2.30.1",
"mocha": "^3.5.0",
"power-assert": "^1.4.4",
"ts-loader": "^2.3.2",
"typescript": "^2.4.2",
"webpack": "^3.5.4",
"webpack-dev-server": "^2.7.1"
},
"dependencies": {
"immutable": "^3.8.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"ts-copyable": "0.0.3",
"typescript-fsa": "^2.4.0",
"typescript-fsa-reducers": "^0.4.4"
}
}