-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 997 Bytes
/
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
{
"name": "mysskey",
"version": "0.2.0",
"private": true,
"dependencies": {
"immer": "^9.0.3",
"mfm-js": "^0.19.0",
"modern-css-reset": "^1.4.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.9.0",
"react-icons": "^4.2.0",
"react-intersection-observer": "^8.32.0",
"react-modal": "^3.14.3",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-string-replace": "^0.4.4",
"react-syntax-highlighter": "^15.4.3",
"sass": "^1.35.1",
"twemoji-parser": "^13.1.0",
"use-immer": "^0.6.0",
"uuid": "^8.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}