-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 914 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
42
{
"name": "@pwa-frame/core",
"version": "1.0.1",
"description": "",
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"src"
],
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bifi627/pwa-frame.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bifi627/pwa-frame/issues"
},
"homepage": "https://github.com/bifi627/pwa-frame#readme",
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.4",
"mobx": "^6.3.3",
"mobx-react": "^7.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^5.2.1"
},
"devDependencies": {
"@types/node": "^16.9.1",
"@types/react": "^17.0.20",
"@types/react-router": "^5.1.16",
"typescript": "^4.3.5"
}
}