-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 906 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 906 Bytes
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
{
"name": "@niftywp/importer",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"moment": "^2.29.1",
"next": "10.0.1",
"normalize.css": "^8.0.1",
"rc-progress": "^3.1.1",
"react": "17.0.1",
"react-csv-reader": "^3.1.1",
"react-data-table-component": "^6.11.6",
"react-dom": "17.0.1",
"react-hook-form": "^6.11.0",
"react-icons": "^3.11.0",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@types/react": "^16.9.56",
"@types/react-icons": "^3.0.0",
"@types/react-redux": "^7.1.11",
"@types/redux": "^3.6.0",
"@types/styled-components": "^5.1.4",
"babel-plugin-styled-components": "^1.11.1",
"typescript": "^4.0.5"
}
}