-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.16 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
{
"name": "portfolio-client",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"test": "jest",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@auth0/nextjs-auth0": "^1.7.0",
"@formspree/react": "^2.2.4",
"@nextui-org/react": "^1.0.2-beta.3",
"@reduxjs/toolkit": "^1.7.2",
"@sanity/block-content-to-react": "^3.0.0",
"@sanity/image-url": "^1.0.1",
"@types/react-transition-group": "^4.4.4",
"axios": "^0.25.0",
"cloudinary-react": "^1.7.1",
"gsap": "^3.9.1",
"khalti-checkout-web": "^2.2.0",
"mixitup": "^3.3.1",
"next": "^12.0.10",
"next-pwa": "^5.4.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-iconly": "^2.2.5",
"react-icons": "^4.3.1",
"react-player": "^2.9.0",
"react-redux": "^7.2.6",
"react-reveal": "^1.2.2",
"react-scroll-to-top": "^1.0.8",
"react-scrollable-feed": "^1.3.1",
"react-toastify": "^8.1.1",
"react-transition-group": "^4.4.2",
"sass": "^1.49.7",
"sitemap": "^7.1.1",
"socket.io-client": "^4.4.1",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@next/bundle-analyzer": "^12.0.10",
"@storybook/addon-actions": "^6.4.18",
"@storybook/addon-essentials": "^6.4.18",
"@storybook/addon-links": "^6.4.18",
"@storybook/builder-webpack5": "^6.4.18",
"@storybook/manager-webpack5": "^6.4.18",
"@storybook/react": "^6.4.18",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@types/node": "17.0.14",
"@types/react": "17.0.39",
"@types/styled-components": "^5.1.21",
"babel-jest": "^27.4.6",
"babel-loader": "^8.2.3",
"cross-env": "^7.0.3",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"husky": "^7.0.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.4.7",
"react-test-renderer": "^17.0.2",
"typescript": "4.5.5"
}
}