-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.29 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
{
"name": "devcycle-use-cases",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier . --check",
"prettier:fix": "prettier . --write",
"prepare": "husky install",
"test": "echo no tests"
},
"dependencies": {
"@auth0/nextjs-auth0": "^2.5.0",
"@chakra-ui/next-js": "^2.1.3",
"@chakra-ui/react": "^2.6.0",
"@devcycle/devcycle-react-sdk": "^1.9.2",
"@devcycle/nodejs-server-sdk": "^1.15.4",
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@types/node": "^18.16.3",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"axios": "^1.5.0",
"eslint": "^8.39.0",
"eslint-config-next": "13.3.4",
"framer-motion": "^10.12.7",
"next": "^13.4.9",
"react": "18.2.0",
"react-confetti": "^6.1.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-spinners": "^0.13.8",
"typescript": "5.0.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "^2.8.8"
}
}