-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 895 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
{
"name": "assignment-1",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"autoprefixer": "^10.3.6",
"jotai": "^1.3.7",
"next": "11.1.2",
"optics-ts": "^2.2.0",
"postcss": "^8.3.8",
"react": "17.0.2",
"react-content-loader": "^6.0.3",
"react-dom": "17.0.2",
"react-number-format": "^4.7.3",
"react-toastify": "^8.0.3",
"stripe": "^8.178.0",
"swr": "^1.0.1",
"tailwindcss": "^2.2.16"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.1",
"babel-jest": "^27.2.4",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.2.4",
"react-test-renderer": "^17.0.2"
}
}