This repository was archived by the owner on Dec 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.41 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
45
46
47
48
49
{
"name": "mud-react",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node server.js",
"build": "next build",
"lint": "eslint pages components",
"start": "next start"
},
"dependencies": {
"@chakra-ui/react": "1.1.5",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"@inrupt/lit-generated-vocab-common": "^0.3.11",
"@inrupt/solid-client": "^0.4.0",
"@inrupt/solid-ui-react": "^1.2.1",
"@multi-user-domain/mud-lib": "^1.0.0",
"@solid/lit-term": "^0.4.1",
"axios": "^0.21.1",
"framer-motion": "^3.2.1",
"next": "9.5.3",
"react": "16.13.1",
"react-dom": "16.13.1",
"solid-auth-client": "^2.5.6",
"uuid": "^8.3.2",
"validator": "^13.5.2",
"windups": "^1.1.6"
},
"devDependencies": {
"@inrupt/eslint-config-base": "0.0.4",
"@inrupt/eslint-config-react": "0.0.4",
"@types/node": "^14.10.1",
"@types/react": "^16.9.49",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"eslint": "^7.9.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.2",
"prettier": "^2.1.1",
"typescript": "^4.0.2"
}
}