-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.7 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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "eml-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .ts",
"lint-and-fix": "eslint . --ext .ts --fix",
"test": "jest --silent"
},
"dependencies": {
"@aws-amplify/ui-react": "^1.0.2",
"@stripe/react-stripe-js": "^1.3.0",
"@stripe/stripe-js": "^1.13.0",
"aws-amplify": "^3.0.20",
"aws-amplify-react": "^4.2.23",
"eslint-ts-naming-convention": "^1.2.1",
"express": "^4.17.1",
"js-cookie": "^2.2.1",
"next": "^10.0.6",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-render-html": "^0.6.0",
"react-slick": "^0.28.1",
"reactstrap": "^8.9.0",
"request": "^2.88.2",
"stripe": "^8.137.0"
},
"devDependencies": {
"@babel/preset-typescript": "^7.13.0",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@types/jest": "^26.0.23",
"@types/js-cookie": "^2.2.6",
"@types/node": "^14.14.31",
"@types/react": "17.0.1",
"@types/react-slick": "^0.23.4",
"@types/react-test-renderer": "17.0.1",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.1",
"dotenv": "^8.6.0",
"enzyme": "^3.11.0",
"eslint": "^7.21.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"nodemon": "^2.0.4",
"react-test-renderer": "17.0.1",
"ts-jest": "^26.5.6",
"typescript": "^4.1.5"
}
}