-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
38 lines (38 loc) · 961 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
{
"name": "openfeedback",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"cy:open": "cypress open",
"cy:test": "cypress run"
},
"dependencies": {
"next": "13.5.4",
"react": "^18",
"react-dom": "^18",
"react-icons": "^4.11.0",
"swiper": "^10.3.1"
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"autoprefixer": "^10",
"cypress": "^13.3.0",
"eslint": "^8.50.0",
"eslint-config-next": "13.5.4",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"husky": "^8.0.3",
"postcss": "^8",
"tailwindcss": "^3.3.3"
}
}