-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.24 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
{
"name": "posture-keypoint-visualizer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "nodemon server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@babel/plugin-proposal-decorators": "7.8.3",
"@tensorflow-models/posenet": "2.2.1",
"@tensorflow/tfjs": "1.5.1",
"babel-eslint": "10.0.3",
"express": "4.17.1",
"grommet": "2.10.0",
"grommet-icons": "4.4.0",
"isomorphic-unfetch": "3.0.0",
"jimp": "0.9.3",
"konva": "4.1.2",
"next": "9.2.0",
"next-compose-plugins": "2.2.0",
"next-i18next": "4.1.0",
"next-images": "1.3.0",
"prop-types": "15.7.2",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-dropzone": "10.2.1",
"styled-components": "5.0.0"
},
"devDependencies": {
"eslint": "6.8.0",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-lodash": "6.0.0",
"eslint-plugin-react": "7.18.0",
"eslint-plugin-react-hooks": "2.3.0",
"nodemon": "2.0.2",
"typescript": "3.7.5"
}
}