-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 974 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
{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"bootstrap": "^4.5.2",
"next": "latest",
"next-redux-wrapper": "^6.0.2",
"nprogress": "^0.2.0",
"react": "^16.12.0",
"react-bootstrap": "^1.3.0",
"react-dom": "^16.12.0",
"react-redux": "^7.2.1",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.3.0",
"@types/node": "^12.12.21",
"@types/nprogress": "^0.2.0",
"@types/react": "^16.9.16",
"@types/react-bootstrap": "^0.32.22",
"@types/react-dom": "^16.9.4",
"@types/react-redux": "^7.1.9",
"@types/redux-logger": "^3.0.8",
"autoprefixer": "^9.8.6",
"redux-devtools-extension": "^2.13.8",
"tailwindcss": "^1.6.2",
"typescript": "3.7.3"
},
"license": "ISC"
}