-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.8 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.8 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
49
50
51
52
53
54
55
56
57
58
59
{
"name": "sites",
"version": "0.0.1",
"description": "Logseq web site project.",
"license": "MIT",
"scripts": {
"dev": "rm -rf .parcel-cache && parcel ./index.html --public-url http://localhost:1234/",
"build": "rm -rf ./dist && parcel build ./index.html --public-url $PUBLIC_URL && mkdir -p ./dist/public && cp -rf ./public/* ./dist/public",
"dev:cloudflare": "wrangler2 dev"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20230807.0",
"@types/cookie": "^0.5.1",
"@types/js-cookie": "3.0.3",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"buffer": "6.0.3",
"core-js-pure": "^3.32.1",
"events": "^3.1.0",
"parcel": "2.9.3",
"parcel-reporter-static-files-copy": "^1.5.3",
"parcel-transformer-markdown": "^3.0.0",
"postcss": "8.4.27",
"postcss-nesting": "12.0.1",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"punycode": "2.3.0",
"querystring-es3": "^0.2.1",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "1.0.6",
"tailwindcss-border-gradient-radius": "^3.0.1",
"typescript": "4.9.4",
"url": "^0.11.0",
"wrangler": "3.5.0"
},
"dependencies": {
"@aws-amplify/ui": "^5.7.2",
"@aws-amplify/ui-react": "5.3.0",
"@hookstate/core": "4.0.1",
"@phosphor-icons/react": "2.0.10",
"aws-amplify": "5.3.7",
"camelcase": "8.0.0",
"classnames": "2.3.2",
"cookie": "^0.5.0",
"copy-to-clipboard": "3.3.3",
"js-cookie": "3.0.5",
"photoswipe": "5.3.8",
"platform-detect": "3.0.1",
"react": "18.2.0",
"react-avatar": "5.0.3",
"react-datepicker": "4.17.0",
"react-dom": "^18.2.0",
"react-hot-toast": "2.4.1",
"react-intersection-observer": "9.5.2",
"react-router-dom": "6.15.0",
"react-spinners": "0.13.8",
"swiper": "10.1.0"
}
}