-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
36 lines (36 loc) · 909 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
{
"name": "@wotbrew/relic",
"version": "1.0.0",
"description": "`STATUS: PRIMORDIAL TAR, this readme, and library are still a work in progress`",
"main": "index.js",
"directories": {
"doc": "doc",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wotbrew/tarpit.git"
},
"keywords": [],
"author": "",
"license": "closed",
"bugs": {
"url": "https://github.com/wotbrew/tarpit/issues"
},
"homepage": "https://github.com/wotbrew/tarpit#readme",
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.2.5",
"@mui/material": "^5.2.5",
"create-react-class": "^15.7.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"source-map-support": "^0.5.21"
}
}