-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.3 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": "c13n-arc",
"homepage": "./",
"version": "0.0.2",
"private": true,
"dependencies": {
"antd": "^4.2.0",
"axios": "^0.21.1",
"bolt11": "^1.3.4",
"emoji-picker-react": "^3.4.4",
"fs": "0.0.1-security",
"gh-pages": "^3.2.3",
"google-protobuf": "^3.14.0",
"grpc-web": "^1.2.1",
"html-react-parser": "^1.2.4",
"jdenticon": "^3.1.0",
"lsat-js": "^2.0.0",
"react": "^17.0.1",
"react-color": "^2.19.3",
"react-dom": "^17.0.1",
"react-json-pretty": "^2.2.0",
"react-markdown": "^4.3.1",
"react-notifications": "^1.7.2",
"react-scripts": "4.0.3",
"react-window-size-listener": "^1.5.4",
"standard": "14.3.4",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint `find ./src/ -name '*.js'`"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.25.2"
}
}