-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.61 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
{
"scripts": {
"dev": "cross-env NODE_ENV='development' node resolve.js && vite dev",
"build": "cross-env NODE_ENV='production' node resolve.js && license-report --output=html > ./public/licenses.html && vite build",
"preview": "vite preview",
"format": "prettier --write \"src/**/*.{js,jsx}\"",
"lint": "prettier --check \"src/**/*.{js,jsx}\""
},
"dependencies": {
"@supabase/supabase-js": "^1.30.0",
"axios": "^0.26.1",
"base-64": "^1.0.0",
"cheerio": "^1.0.0-rc.10",
"color": "^4.1.0",
"confetti-js": "^0.0.18",
"lodash.clonedeep": "^4.5.0",
"lodash.merge": "^4.6.2",
"moment": "^2.29.2",
"mousetrap": "^1.6.5",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-router-dom": "6",
"uuid": "^8.3.2",
"valtio": "^1.2.7"
},
"devDependencies": {
"@vercel/node": "^1.14.0",
"@vitejs/plugin-react": "^1.0.7",
"autoprefixer": "^10.4.0",
"chai": "^4.3.4",
"cross-env": "^7.0.3",
"license-report": "^4.5.0",
"postcss": "^8.4.5",
"postcss-cli": "^9.1.0",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.7",
"vite": "^2.7.2"
},
"name": "snapshot",
"description": "Capture the state of your current browser window.",
"version": "2.3.1",
"repository": {
"type": "git",
"url": "git+https://github.com/lucajoos/snapshot.git"
},
"keywords": [
"snapshot"
],
"author": "Luca Joos",
"license": "MIT",
"bugs": {
"url": "https://github.com/lucajoos/snapshot/issues"
},
"homepage": "https://github.com/lucajoos/snapshot#readme"
}