-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
87 lines (87 loc) · 2.4 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
79
80
81
82
83
84
85
86
87
{
"name": "@shootismoke/webapp",
"version": "0.1.0",
"author": "shootismoke <[email protected]>",
"description": " See your city's air pollution measured in daily cigarettes",
"license": "GPL-3.0",
"private": true,
"repository": "https://github.com/shootismoke/webapp",
"scripts": {
"dev": "next dev",
"lint": "tsc --noEmit && eslint --ext js,ts,tsx .",
"test": "jest --runInBand",
"test:unit": "jest --testPathIgnorePatterns \"/e2e|cypress/\""
},
"dependencies": {
"@sentry/browser": "^7.14.0",
"@sentry/node": "^7.14.0",
"@shootismoke/ui": "^0.9.3",
"@sindresorhus/slugify": "^1.1.0",
"@types/amplitude-js": "8.9.3",
"@types/classnames": "^2.3.1",
"@types/cors": "^2.8.12",
"@types/form-data": "^2.5.0",
"@types/html-minifier": "^4.0.2",
"@types/http-errors": "^1.8.2",
"@types/i18n-js": "^3.8.2",
"@types/mustache": "^4.2.1",
"@types/node": "^18.8.0",
"@types/node-uuid": "^0.0.29",
"@types/react-native": "^0.70.4",
"@types/react-select": "^5.0.0",
"amplitude-js": "8.8.0",
"assign-deep": "^1.0.1",
"classnames": "^2.3.2",
"cors": "^2.8.5",
"expo-server-sdk": "^3.6.0",
"html-minifier": "^4.0.0",
"i18n-js": "^3.8.0",
"mailgun.js": "8.0.1",
"mongodb": "^4.2.0",
"mongoose": "^5.13.7",
"mustache": "^4.2.0",
"next": "^10.2.3",
"node-uuid": "^1.4.8",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-native": "~0.65.1",
"react-native-web": "~0.17.1",
"react-select": "^5.4.0",
"timezones.json": "^1.6.1"
},
"devDependencies": {
"@amaurym/config": "^1.3.6",
"@types/jest": "^29.1.1",
"@types/react-test-renderer": "^18.0.0",
"autoprefixer": "^10.4.12",
"babel-jest": "^27.4.6",
"babel-plugin-react-native-web": "~0.17.1",
"cypress": "^10.9.0",
"dotenv": "^16.0.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.1.2",
"jest-environment-jsdom": "^29.1.2",
"jest-environment-node": "^29.1.2",
"next-fonts": "^1.5.1",
"next-images": "^1.8.4",
"next-transpile-modules": "^7.2.0",
"postcss-easy-import": "^4.0.0",
"react-test-renderer": "^18.2.0",
"tailwindcss": "^1.9.6",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"@types/react-native": "0.65.1",
"axios": "0.21.4",
"mongoose": "5.12.7",
"next": "10.2.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.65.1",
"react-native-web": "~0.17.1"
}
}