-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 1019 Bytes
/
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
{
"name": "next-test",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cypress:open": "cypress open"
},
"dependencies": {
"babel-plugin-styled-components": "^2.0.2",
"@types/aos": "^3.0.4",
"@types/gsap": "^3.0.0",
"aos": "^2.3.4",
"gsap": "^3.9.1",
"next": "12.0.10",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-responsive": "^9.0.0-beta.6",
"styled-components": "^5.3.3",
"swiper": "^8.0.6"
},
"devDependencies": {
"@types/node": "17.0.17",
"@types/react": "17.0.39",
"@types/styled-components": "^5.1.22",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"cypress": "^9.4.1",
"eslint": "8.9.0",
"eslint-config-next": "12.0.10",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.28.0",
"prettier": "^2.5.1",
"styled-reset": "^4.3.4",
"typescript": "4.5.5"
}
}