-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 1.88 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
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "imgreview",
"version": "3.10.0",
"private": true,
"description": "Image review tool",
"scripts": {
"start": "next dev",
"dev": "next dev",
"build": "next build",
"serve": "next start",
"lint": "prettier --write . && next lint",
"export": "NODE_ENV=production next build && next export",
"deploy": "node ./deploy/deploy.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/artemdemo/imgreview.git"
},
"author": "Artem Demo",
"license": "MIT",
"bugs": {
"url": "https://github.com/artemdemo/imgreview/issues"
},
"dependencies": {
"@floating-ui/react-dom": "^0.5.0",
"@mdx-js/loader": "^2.0.0",
"@next/mdx": "^12.1.0",
"classnames": "^2.2.5",
"color": "^4.2.1",
"js-cookie": "^3.0.1",
"konva": "^8.3.3",
"lodash": "^4.17.20",
"nanoevents": "^6.0.2",
"next": "^12.1.0",
"react": "17.0.2",
"react-color": "^2.18.0",
"react-dom": "17.0.2",
"react-dropzone": "11.5.3",
"react-hotkeys": "^2.0.0",
"react-redux": "^7.2.0",
"react-router-dom": "^6.2.1",
"redux": "^4.0.5",
"redux-actions": "^2.6.5",
"roughjs": "^4.5.1"
},
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/color": "^3.0.3",
"@types/js-cookie": "^3.0.1",
"@types/lodash": "^4.14.179",
"@types/node": "^17.0.21",
"@types/react": "^17.0.39",
"@types/react-click-outside": "^3.0.3",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.1.6",
"@types/redux-actions": "^2.6.2",
"@types/redux-logger": "^3.0.8",
"@types/shelljs": "^0.8.11",
"canvas": "^2.8.0",
"colors": "^1.4.0",
"compare-versions": "^4.1.3",
"eslint": "^8.10.0",
"eslint-config-next": "^12.1.0",
"prettier": "2.5.1",
"shelljs": "^0.8.5",
"simple-git": "^3.1.1",
"typescript": "4.5.5"
}
}