-
Notifications
You must be signed in to change notification settings - Fork 2
/
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": "mosaic-npm-test",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.tsx",
"dependencies": {
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"@mui/icons-material": "5.8.4",
"@mui/material": "5.8.7",
"@mui/styles": "5.6.2",
"@mui/x-date-pickers": "^5.0.0-beta.0",
"@simpleview/sv-mosaic": "23.0.0-qa-65e336",
"date-fns": "2.29.1",
"i18next": "21.8.11",
"jsvalidator": "2.0.0",
"localstoragedb": "2.3.2",
"react": "18.2.0",
"react-beautiful-dnd": "13.1.1",
"react-color": "2.19.3",
"react-dom": "18.2.0",
"react-i18next": "11.17.3",
"react-phone-input-2": "2.15.1",
"react-places-autocomplete": "7.3.0",
"react-router-dom": "6.3.0",
"react-scripts": "5.0.1",
"styled-components": "5.3.5",
"uuid": "9.0.0"
},
"devDependencies": {
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"typescript": "4.7.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [">0.2%", "not dead", "not ie <= 11", "not op_mini all"]
}