-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1001 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
40
41
{
"name": "react-tsx-lite",
"version": "0.1.0",
"description": "Simple React TypeScript Starter Project",
"license": "MIT",
"author": {
"name": "Todd Lucas",
"email": "[email protected]"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/toddlucas/react-tsx-lite.git"
},
"bugs": {
"url": "https://github.com/toddlucas/react-tsx-lite/issues"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"browser-sync": "^2.26.5",
"express": "^4.17.0",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"@types/react": "^16.8.18",
"@types/react-dom": "^16.8.4",
"browserify": "^16.2.3",
"gulp": "^4.0.2",
"gulp-tslint": "^8.1.4",
"tsify": "^4.0.1",
"tslint": "^5.16.0",
"tslint-react": "^4.0.0",
"typescript": "^3.4.5",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.1"
}
}