-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
62 lines (62 loc) · 1.69 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
62
{
"name": "petroly_intiative",
"version": "2.0.1",
"private": true,
"proxy": "http://localhost:3000",
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start",
"cy:open": "cypress open --config-file=cypress.config.js --env NODE_ENV=dev",
"test": "cypress run --env NODE_ENV=test",
"localtest": "cypress run --env NODE_ENV=dev",
"test:online": "start-server-and-test start http://localhost:3030 cy:run",
"cleanTest": "cypress cache clear",
"installTest": "cypress install",
"ncu": "ncu",
"doctor": "ncu --doctor -u"
},
"engines": {
"node": "20.x"
},
"dependencies": {
"@apollo/client": "^3.6.8",
"@cloudinary/react": "^1.4.1",
"@cloudinary/url-gen": "^1.8.0",
"apollo-upload-client": "^17.0.0",
"bootstrap": "^5.1.3",
"classnames": "^2.3.1",
"framer-motion": "^6.5.1",
"graphql": "^16.5.0",
"lodash": "^4.17.21",
"next": "^12.1.6",
"next-google-fonts": "^2.2.0",
"next-pwa": "^5.5.4",
"react": "18.2.0",
"react-awesome-reveal": "^3.8.1",
"react-bootstrap": "^2.4.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"react-rating-stars-component": "^2.2.0",
"react-telegram-login": "^1.1.2",
"sass": "^1.52.3",
"sharp": "^0.30.6"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"cypress": "^10.4.0",
"eslint": "^8.18.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.30.0",
"msw": "^0.42.1",
"prettier": "^2.7.1",
"start-server-and-test": "^1.14.0"
},
"optionalDependencies": {
"fsevents": "*"
},
"msw": {
"workerDirectory": "public"
}
}