-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.36 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
{
"name": "TheTruthPost",
"source": "src/index.html",
"browserslist": "> 0.5%, last 2 versions, not dead",
"dependencies": {
"@metamask/detect-provider": "^1.2.0",
"antd": "^4.21.4",
"color": "^4.2.3",
"ethers": "^5.6.5",
"os-browserify": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-interval-rerender": "^1.1.0",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.11.2",
"react-tageditor": "^0.2.3",
"react-toastify": "^9.1.2",
"rehype-katex": "^6.0.3",
"remark-math": "^5.1.1"
},
"devDependencies": {
"@babel/core": "7",
"@babel/plugin-transform-flow-strip-types": "7",
"@parcel/compressor-brotli": "^2.6.2",
"@parcel/compressor-gzip": "^2.6.2",
"@parcel/transformer-sass": "2",
"@parcel/transformer-svg-react": "^2.6.2",
"buffer": "^6.0.3",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"flow-bin": "0",
"husky": "^8.0.3",
"parcel": "2",
"path-browserify": "^1.0.1",
"postcss": "8",
"postcss-modules": "4",
"prettier": "2",
"pretty-quick": "^3.1.3",
"process": "^0.11.10"
},
"scripts": {
"start": "parcel",
"build": "parcel build"
},
"prettier": {
"printWidth": 120,
"tabWidth": 2
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}