-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.47 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
{
"name": "memoriter",
"version": "0.1.0",
"private": true,
"dependencies": {
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
"@reduxjs/toolkit": "^1.9.1",
"@types/emoji-mart": "^3.0.9",
"@types/marked": "^2.0.3",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/react-helmet": "^6.1.6",
"@types/react-router-dom": "^5.3.3",
"emoji-mart": "^5.5.2",
"eslint": "^8.30.0",
"eslint-plugin-css": "^0.6.0",
"eslint-plugin-react": "^7.31.11",
"firebase": "^9.15.0",
"marked": "^2.0.1",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-masonry-css": "^1.0.16",
"react-redux": "^8.0.5",
"react-router": "^6.6.0",
"react-router-dom": "^6.6.0",
"react-scripts": "5.0.1",
"typescript": "^4.9.4"
},
"scripts": {
"start": "react-scripts start",
"build": "CI=false && react-scripts build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}