-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.36 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
{
"name": "paste-jeopardy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint --ext js ./",
"lint:fix": "npm run lint -- --fix",
"prettier": "prettier --list-different './**/*.{js,jsx}'",
"prettier-clean": "prettier --write './**/*.{js,jsx}'",
"cypress:open": "cypress open",
"cy-start": "next dev -p 3000",
"cy:run": "cypress run",
"ci-test-dev": "start-server-and-test cy-start http://localhost:3000 cy:run"
},
"dependencies": {
"@twilio-paste/core": "^15.3.0",
"@twilio-paste/icons": "^9.2.0",
"cypress": "7.7.0",
"fs": "^0.0.1-security",
"next": "12.3.3",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "6.15.8",
"swr": "^0.5.0"
},
"devDependencies": {
"@babel/core": "7.20.2",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@netlify/plugin-nextjs": "4.29.1",
"@testing-library/react": "13.4.0",
"babel-jest": "26.6.3",
"eslint": "7.32.0",
"eslint-config-twilio": "1.35.1",
"eslint-config-twilio-react": "1.35.1",
"eslint-plugin-prettier": "^3.3.1",
"jest": "26.6.3",
"prettier": "2.7.1",
"start-server-and-test": "1.14.0",
"typescript": "4.9.5"
},
"keywords": [],
"description": ""
}