-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 2.14 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
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "Sepris",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 8080",
"test": "cypress run",
"test:watch": "SET NODE_ENV=production & jest --watch",
"test:coverage": "SET NODE_ENV=production & jest --coverage",
"docz:dev": "docz dev",
"docz:build": "docz build",
"docz:serve": "docz build && docz serve",
"cypress": ".\\node_modules\\.bin\\cypress open"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/otoli/mvp-front",
"Heroku": "https://github.com/Doctor-Strange/Refactor"
},
"dependencies": {
"@sentry/browser": "^5.17.0",
"@zeit/next-css": "^1.0.1",
"axios": "^0.21.1",
"cypress": "^8.2.0",
"docz": "^1.3.2",
"js-cookie": "^2.2.1",
"jspdf": "^2.3.1",
"moment-jalaali": "^0.9.1",
"next": "^10.2.0",
"next-fonts": "^1.0.3",
"next-images": "^1.3.1",
"next-pwa": "^5.2.21",
"next-seo": "^4.4.0",
"nouislider-react": "^3.3.7",
"rc-slider": "^9.7.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-dropzone": "^10.2.1",
"react-easy-crop": "^3.2.1",
"react-ga": "^2.7.0",
"react-icons": "^3.9.0",
"react-indiana-drag-scroll": "^2.0.1",
"react-modern-calendar-datepicker": "^2.1.0",
"react-slick": "^0.28.1",
"react-star-ratings": "^2.3.0",
"sass": "^1.37.0",
"slick-carousel": "^1.8.1",
"timer-countdown": "^0.2.6",
"validator": "^13.0.0",
"webpack": "^4.42.0"
},
"devDependencies": {
"@testing-library/react-hooks": "^3.2.1",
"@types/enzyme": "^3.10.5",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jest": "^25.1.4",
"@types/node": "^13.9.0",
"@types/react": "^16.9.23",
"autoprefixer": "^10.0.2",
"babel-core": "^6.26.3",
"babel-jest": "^25.1.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"jest": "^25.1.0",
"postcss": "^8.1.7",
"postcss-loader": "^4.0.4",
"react-test-renderer": "^16.13.1",
"ts-jest": "^25.4.0",
"typescript": "^3.8.3"
}
}