-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.04 KB
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
{
"name": "react-typescript",
"version": "1.0.0",
"description": "Nasa(API) Spacegram",
"keywords": [
"typescript",
"react",
"starter"
],
"main": "src/index.tsx",
"dependencies": {
"@reduxjs/toolkit": "^1.7.1",
"@shopify/browserslist-config": "^3.0.0",
"@shopify/polaris": "7.5.0",
"@shopify/polaris-icons": "4.12.0",
"@types/lodash": "^4.14.178",
"lodash": "^4.17.21",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "7.2.6",
"react-scripts": "4.0.3",
"redux-devtools-extension": "2.13.9",
"redux-logger": "3.0.6",
"redux-thunk": "2.4.1",
"styled-components": "5.3.3"
},
"devDependencies": {
"@types/react": "17.0.20",
"@types/react-dom": "17.0.9",
"@types/redux-logger": "3.0.6",
"typescript": "4.4.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
"extends @shopify/browserslist-config"
]
}