forked from pixano/pixano-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.25 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
{
"name": "pixano-app",
"version": "0.6.0",
"private": "true",
"description": "This is a Pixano app.",
"keywords": [],
"license": "CECILL-C",
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"scripts": {
"deps": "rm -f package-lock.json && npm i && cd frontend && rm -f package-lock.json && npm i && npm link",
"clearall": "rm -rf node_modules/ package-lock.json frontend/node_modules/ frontend/package-lock.json",
"build": "cd frontend && npm run build",
"installLocalElements": "cd frontend && npm run installLocalElements"
},
"bin": {
"pixano": "cli/pixano"
},
"dependencies": {
"@material/image-list": "^13.0.0",
"archiver": "^3.1.1",
"args": "^5.0.3",
"bcrypt": "5.0.0",
"boxen": "^4.2.0",
"chalk": "^4.0.0",
"cli-progress": "^3.6.0",
"cookie-parser": "^1.4.5",
"esm": "^3.2.25",
"express": "^4.17.1",
"fs": "0.0.1-security",
"git-rev-sync": "^3.0.2",
"glob": "^7.1.6",
"image-thumbnail": "1.0.14",
"jsonwebtoken": "^8.5.1",
"level": "^6.0.1",
"moment": "^2.24.0",
"normalize-path": "^3.0.0",
"object-sizeof": "^1.5.3",
"path": "^0.12.7",
"save": "^2.4.0",
"semver": "^7.3.5",
"short-uuid": "^3.1.1",
"tmp": "^0.1.0"
}
}