-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.3 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.3 KB
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": "notetree",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"export": "next export",
"cypress": "cypress open",
"test": "next dev & wait-on http://localhost:3000; cypress run",
"lint": "next lint"
},
"dependencies": {
"@aws-amplify/api": "^3.2.29",
"@aws-amplify/auth": "^3.4.29",
"@aws-amplify/core": "^3.8.21",
"@aws-amplify/ui-react": "^1.2.20",
"@stripe/react-stripe-js": "^1.4.0",
"@stripe/stripe-js": "^1.13.2",
"autoprefixer": "^10.2.4",
"aws-amplify": "^4.3.4",
"clsx": "^1.1.1",
"next": "^12.0.1",
"next-pwa": "^5.2.21",
"notion-client": "^4.9.7",
"notion-types": "^4.8.2",
"notion-utils": "^4.8.6",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-notion": "^0.10.0",
"react-notion-x": "^4.9.8",
"react-typography": "^0.16.20",
"string-similarity": "^4.0.4",
"tailwindcss": "^2.0.3"
},
"devDependencies": {
"@types/react": "^17.0.1",
"cypress": "^8.3.1",
"cypress-localstorage-commands": "^1.5.0",
"cypress-plugin-stripe-elements": "^1.0.2",
"eslint": "7.32.0",
"eslint-config-next": "12.0.0",
"next-sitemap": "^1.6.203",
"typescript": "^4.3.4"
}
}