-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 1.77 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "dfusion",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/react": "^1.8.8",
"@dfinity/agent": "^0.10.2",
"@dfinity/candid": "^0.10.2",
"@dfinity/principal": "^0.10.2",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@fontsource/ia-writer-mono": "^4.5.0",
"@fontsource/inter": "^4.5.1",
"@fontsource/roboto": "^4.5.5",
"@psychedelic/icns-js": "^0.1.11",
"@psychedelic/plug-inpage-provider": "^1.8.1",
"@reduxjs/toolkit": "^1.8.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/react-dom": "^17.0.11",
"boring-avatars": "^1.5.8",
"buffer": "^6.0.3",
"degen": "^0.0.44",
"framer-motion": "^4.1.17",
"jsonfile": "^6.1.0",
"mime": "^3.0.0",
"nft.storage": "^6.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-redux": "^7.2.8",
"react-responsive-masonry": "^2.1.4",
"react-router-dom": "^6.1.1",
"react-scripts": "5.0.1",
"rich-markdown-editor": "^11.21.2",
"stream-browserify": "^3.0.0",
"styled-components": "^5.3.3",
"typescript": "^4.5.4",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
"last 2 chrome version",
"last 2 firefox version",
"last 2 safari version",
"last 2 edge version"
],
"devDependencies": {
"@types/react": "^17.0.37",
"webpack-config-utils": "^2.3.1"
},
"overrides": {
"prosemirror-tables": "^1.1.1"
}
}