-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.74 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
55
56
57
58
59
60
61
{
"name": "myna",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "MOCK_PAYPAL=true next dev -p ${PORT-3000}",
"test": "jest",
"build": "next build",
"tsc": "tsc",
"start": "next start -p 3000",
"lint": "eslint .",
"prepare": "husky install",
"cypress": "cypress"
},
"dependencies": {
"bootstrap": "^4.5.0",
"class-transformer": "0.5.1",
"class-validator": "0.13.2",
"isomorphic-unfetch": "^3.0.0",
"lodash": "4.17.21",
"next": "12.0.9",
"next-translate": "1.0.7",
"react": "17.0.2",
"react-awesome-modal": "^2.0.5",
"react-bootstrap": "1.5.2",
"react-dom": "17.0.2",
"react-paypal-button-v2": "^2.6.2",
"react-select": "^3.1.0",
"react-select-country-list": "^2.2.1",
"react-slideshow-image": "^1.5.3",
"reflect-metadata": "0.1.13",
"sharp": "0.30.0",
"universal-cookie": "^4.0.3"
},
"devDependencies": {
"@babel/core": "7.13.13",
"@babel/plugin-proposal-decorators": "7.13.5",
"@testing-library/jest-dom": "4.2.4",
"@testing-library/react": "12.1.0",
"@types/got": "9.6.11",
"@types/jest": "27.0.2",
"@types/lodash": "4.14.168",
"@types/react": "17.0.3",
"@types/react-bootstrap": "0.32.25",
"@types/sinon": "9.0.11",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"babel-plugin-parameter-decorator": "1.0.16",
"babel-plugin-transform-typescript-metadata": "0.3.2",
"cypress": "8.5.0",
"eslint": "^7.32.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-jest": "24.4.2",
"eslint-plugin-react": "^7.24.0",
"husky": "^7.0.0",
"jest": "26.6.3",
"sass": "1.32.12",
"ts-node": "9.1.1",
"typescript": "4.2.4"
}
}