-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.15 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
{
"name": "reactts",
"version": "1.0.0",
"description": "React Started Application With Typescript",
"main": "./dist/index.html",
"scripts": {
"start": "webpack-dev-server --content-base dist/",
<<<<<<< HEAD
"build": "rm -rf dist/*.js && rm -rf dist/*.map && webpack"
=======
"build": "rm -rf dist/*.js && rm -rf dist/*.map && webpack"
>>>>>>> 1bcea4a8b11e1da62f31456d9110e237f70987f5
},
"author": "Mark Miller",
"license": "ISC",
"devDependencies": {
"@types/lodash": "^4.14.74",
"@types/node": "^8.0.28",
"@types/react": "^16.0.5",
"@types/react-dom": "^15.5.4",
"@types/webpack": "^3.0.10",
"awesome-typescript-loader": "^3.2.3",
"ts-loader": "^2.3.7",
"ts-node": "^3.3.0",
"tslint": "^5.7.0",
"tslint-react": "^3.2.0",
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.8.2",
"webpack-uglify-js-plugin": "^1.1.9"
},
"dependencies": {
"babel-loader": "^7.1.2",
"lodash": "^4.17.4",
"mobx": "^3.2.2",
"mobx-react": "^4.2.2",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"rxjs": "^5.4.3",
"typescript": "^2.5.2"
}
}