-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.32 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "nest-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "PORT=7300 next dev",
"dev-inspect": "NODE_OPTIONS='--inspect' PORT=7300 next dev",
"build": "next build",
"start": "next start",
"check-types": "tsc --pretty --noEmit",
"lint": "next lint --fix",
"prepare": "husky install",
"test": "jest",
"test-watch": "jest --watch"
},
"dependencies": {
"@amplitude/node": "^1.8.0",
"@assistant/conversation": "^3.8.0",
"@reduxjs/toolkit": "^1.6.0",
"actions-on-google": "https://storage.googleapis.com/studio-eap.appspot.com/assistant-conversation-v3.6.0.tgz",
"aphrodite": "^2.4.0",
"aws-sdk": "^2.935.0",
"axios": "^0.21.1",
"bootstrap": "4.6.0",
"crypto-js": "^4.1.1",
"dayjs": "^1.10.5",
"jsonwebtoken": "^8.5.1",
"lodash.clonedeep": "^4.5.0",
"lodash.sample": "^4.2.1",
"lodash.samplesize": "^4.2.0",
"lottie-react": "^2.1.0",
"mitt": "^3.0.0",
"next": "11.0.1",
"normalize.css": "^8.0.1",
"pino": "^6.11.3",
"pino-pretty": "^5.1.2",
"react": "17.0.2",
"react-bootstrap": "^1.6.1",
"react-dom": "17.0.2",
"react-mobile-datepicker": "^4.0.2",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"rollbar": "^2.23.0",
"setimmediate": "^1.0.5",
"ts-node": "^10.1.0",
"uuid": "^8.3.2",
"yaml": "^1.10.2"
},
"devDependencies": {
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@types/jest": "^26.0.23",
"@types/jsonwebtoken": "^8.5.3",
"@types/react": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"babel-jest": "^27.0.5",
"dotenv": "^10.0.0",
"eslint": "^7.29.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^6.0.0",
"jest": "^27.0.5",
"jest-junit": "^12.2.0",
"jest-watch-typeahead": "^0.6.4",
"prettier": "^2.3.1",
"react-test-renderer": "^17.0.2",
"ts-jest": "^27.0.3",
"typescript": "^4.3.4"
}
}