-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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
{
"name": "end-of-the-reel",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "start-server-and-test dev 3000 cypress:open",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"dependencies": {
"@cypress/react": "^5.9.1",
"@cypress/webpack-dev-server": "^1.3.1",
"@types/jest": "^26.0.23",
"@types/simple-icons": "^5.0.0",
"@types/uuid": "^8.3.0",
"cypress": "^7.5.0",
"html-react-parser": "^1.2.6",
"jest": "^27.0.4",
"next": "10.2.3",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0",
"react": "17.0.2",
"react-device-detect": "^1.17.0",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"simple-icons": "^5.0.0",
"uuid": "^8.3.2",
"window-size": "^1.1.1"
},
"devDependencies": {
"@types/react": "17.0.8",
"@types/window-size": "^0.2.5",
"autoprefixer": "^10.2.6",
"postcss": "^8.3.0",
"start-server-and-test": "^1.12.5",
"tailwindcss": "^2.2.2",
"typescript": "4.3.2"
}
}