-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 875 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 875 Bytes
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
{
"name": "react-typescript",
"version": "1.0.0",
"description": "An example of how to use React and TypeScript with Parcel",
"scripts": {
"dev": "parcel src/blueprint.html",
"dev2": "parcel src/semantic.html",
"material": "parcel src/material.html"
},
"keywords": [],
"author": "ME",
"license": "MIT",
"devDependencies": {
"@blueprintjs/core": "^3.18.0",
"@material-ui/core": "^4.3.3",
"@material-ui/icons": "^4.2.1",
"@types/react-router": "^5.0.3",
"@types/react-router-dom": "^4.3.4",
"@types/semantic-ui": "^2.2.7",
"normalize": "^0.3.1",
"plottable": "^3.8.6",
"react-flexview": "^4.0.3",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.0"
},
"dependencies": {
"react": "^16.9.0",
"react-dom": "^16.9.0"
}
}