-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.19 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
{
"name": "ceramic-filesystem-app",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack serve --mode development",
"build": "webpack --mode production",
"ceramic": "ceramic daemon"
},
"keywords": [],
"author": "Joseph Reed",
"license": "MIT",
"dependencies": {
"@cbj/ceramic-filesystem": "^0.2.3",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/core": "^5.0.0-alpha.45",
"@mui/icons-material": "^5.0.0-rc.0",
"@mui/lab": "^5.0.0-alpha.49",
"@mui/material": "^5.0.0-rc.0",
"@self.id/web": "^0.1.0",
"ipfs-core": "^0.11.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-file-drop": "^3.1.2",
"react-router-dom": "^5.3.0"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@types/jest": "^27.0.2",
"babel-loader": "^8.2.2",
"babel-plugin-transform-runtime": "^6.23.0",
"html-webpack-plugin": "^5.4.0",
"process": "^0.11.10",
"webpack": "^5.58.2",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^3.11.2"
}
}