-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.65 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
{
"name": "webstore",
"version": "0.1.8",
"private": true,
"engines": {
"node": "^18.13.0"
},
"scripts": {
"build": "next build",
"cypress:e2e": "start-server-and-test dev http://localhost:3000 \"cypress open --e2e --browser electron\"",
"cypress:headless:e2e": "start-server-and-test dev http://localhost:3000 \"cypress run --e2e --browser electron\"",
"dev": "next dev",
"lint": "next lint --dir pages --dir utils --dir cypress/e2e",
"lint:fix": "next lint --dir pages --dir utils --dir cypress/e2e --fix",
"jest": "jest",
"jest-watch": "jest --watch",
"release": "release-it",
"start": "next build && next start"
},
"dependencies": {
"@next/third-parties": "^14.1.0",
"@rjsf/core": "^5.0.0-beta.17",
"@rjsf/utils": "^5.0.0-beta.17",
"@rjsf/validator-ajv8": "^5.0.1",
"@scientist-softserv/webstore-component-library": "^0.1.23",
"@sentry/nextjs": "^7.42.0",
"axios": "^1.1.3",
"bootstrap": "^5.2.3",
"cookies-next": "^4.0.0",
"eslint": "^8.54.0",
"eslint-config-next": "^14.0.3",
"next": "12.3.1",
"next-auth": "^4.20.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^9.0.1",
"rehype-raw": "^7.0.0",
"sass": "^1.56.1",
"start-server-and-test": "^2.0.3",
"swr": "^1.3.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"cypress": "^12.1.0",
"cypress-dotenv": "^2.0.0",
"cypress-dotenv-flow": "^1.2.2",
"dotenv": "^16.0.3",
"dotenv-flow": "^3.2.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"release-it": "^15.6.0"
}
}