-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.02 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.02 KB
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": "@brawcode/express-react",
"version": "1.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest"
},
"dependencies": {
"@types/express": "^4.17.3",
"@types/react-dom": "^16.9.5",
"express": "^4.17.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"webpack-serve": "^3.2.0"
},
"peerDependencies": {
"react-dom": "^16.13.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/monisnap-jason/unicorn-says-hello-world.git"
},
"devDependencies": {
"@babel/preset-typescript": "^7.9.0",
"@types/jest": "^25.2.1",
"@types/node": "^13.7.7",
"@types/react": "^16.9.23",
"babel-jest": "^25.2.6",
"install-peers-cli": "^2.2.0",
"jest": "^25.1.0",
"ts-jest": "^25.3.1",
"ts-loader": "^6.2.2",
"ts-node": "^8.6.2",
"ts-node-dev": "^1.0.0-pre.44",
"typescript": "^3.8.3"
},
"publishConfig": {
"access": "public"
},
"author": "Stephen Gibson",
"license": "MIT"
}