-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 986 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
36
37
38
39
{
"name": "typescript-typer-rmvx",
"version": "1.0.0",
"description": "Typescript bugs in type-r and react-mvx",
"author": {
"name": "Alexey Slynko",
"email": "slynko@tronet.ru"
},
"repository": {
"type": "git",
"url": "https://github.com/Bolik/typescript-typer-rmvx"
},
"license": "ISC",
"main": "webpack.config.js",
"scripts": {
"tsc": "tsc",
"lint": "tslint src/**/*.ts",
"build": "webpack --mode production ./src/index.tsx --output ./dist/index.jsx"
},
"devDependencies": {
"tslint": "4.5.1"
},
"dependencies": {
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@types/react": "^16.4.14",
"babel-loader": "^8.0.2",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-mvx": "^2.0.4",
"ts-loader": "^5.1.1",
"type-r": "^2.1.8",
"typescript": "2.8.4",
"webpack": "^4.19.1",
"webpack-cli": "^3.1.0"
}
}