-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.53 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.53 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
{
"name": "vframe_face_blur",
"version": "1.0.0",
"description": "VFRAME Face Blur",
"main": "src/app/index.js",
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint",
"modelzoo": "babel-node ./src/bin/modelzoo.js"
},
"author": "VFRAME",
"license": "MIT",
"dependencies": {
"@emotion/babel-plugin": "^11.3.0",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@tensorflow/tfjs": "^3.14.0",
"async-canvas-to-blob": "^1.0.3",
"clsx": "^1.1.1",
"core-js": "^3.18.3",
"file-saver": "^2.0.5",
"lodash.throttle": "^4.1.1",
"next": "^12.1.0",
"prop-types": "^15.7.2",
"rc-slider": "^9.7.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-magic-dropzone": "^1.0.1",
"sass": "^1.43.2",
"sass-migrator": "^1.5.2",
"stackblur-canvas": "^2.5.0",
"twemoji-emojis": "^14.1.0",
"yaml": "^1.10.2"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/node": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@emotion/eslint-plugin": "^11.5.0",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^8.10.0",
"eslint-config-next": "^11.1.2",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.4.1",
"yarn-audit-fix": "^9.1.2"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11"
]
}