-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.91 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
55
56
57
58
59
60
61
62
63
64
{
"name": "opspark-website",
"private": true,
"scripts": {
"test": "jest",
"test:dev": "jest --watchAll",
"test:watch": "jest --watch",
"test:ui": "cypress open",
"test:headless": "cypress run",
"dev": "rimraf ./.next && next dev",
"build": "rimraf ./.next && next build",
"start": "next start",
"lint": "next lint",
"rok": "ngrok start --config=ngrokrc.yml os",
"prettier:fix": "prettier --config .prettierrc --write \"src/**/{*.ts,*.tsx}\"",
"lint:fix": "eslint . --ext ts,tsx --fix"
},
"dependencies": {
"@googleapis/calendar": "^9.5.0",
"@googleapis/sheets": "^5.0.5",
"axios": "^1.6.2",
"framer-motion": "^10.16.16",
"google-auth-library": "^9.4.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-toastify": "^9.1.3",
"sharp": "^0.33.1",
"styled-components": "^5.3.11",
"underscore": "^1.13.6",
"validator": "^13.11.0"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/styled-components": "^5.1.34",
"@types/underscore": "^1.11.15",
"@types/validator": "^13.11.7",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"babel-plugin-styled-components": "^2.1.4",
"cli-color": "^2.0.3",
"cypress": "^13.6.1",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"jest": "^29.7.0",
"nock": "^13.5.5",
"node-mocks-http": "^1.16.0",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}