-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
39 lines (39 loc) · 1.02 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"cloudflare_deploy": "npm run build",
"format": "prettier --check --ignore-path .gitignore .",
"format:fix": "prettier --write --ignore-path .gitignore ."
},
"dependencies": {
"@ramonak/react-progress-bar": "^5.0.3",
"get-pixels": "^3.3.3",
"gif-encoder-2": "^1.0.5",
"gifuct-js": "^2.1.2",
"ndarray": "^1.0.19",
"ndarray-ops": "^1.2.2",
"next": "^13.5.2",
"next-pwa": "^5.6.0",
"onnxruntime-web": "^1.16.0",
"pify": "^6.1.0",
"react": "^18.2.0",
"react-compare-slider": "2.2.0",
"react-dom": "^18.2.0",
"save-pixels": "^2.3.6",
"ua-parser-js": "^1.0.36",
"zustand": "^4.4.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.6",
"autoprefixer": "^10.4.16",
"copy-webpack-plugin": "^11.0.0",
"eslint-config-next": "^13.5.2",
"postcss": "^8.4.30",
"prettier": "^3.0.3",
"standard": "^17.1.0",
"tailwindcss": "^3.3.3"
}
}