-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
48 lines (48 loc) · 1.5 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
{
"name": "pos-system",
"version": "1.0.0",
"description": "",
"main": "ui/index.tsx",
"scripts": {
"build": "cd ui/app && ../../node_modules/webpack-cli/bin/cli.js --mode=production",
"build-dev": "cd ui/app && ../../node_modules/webpack-cli/bin/cli.js --mode=development",
"build-admin": "cd ui/admin && ../../node_modules/webpack-cli/bin/cli.js --mode=production",
"build-admin-dev": "cd ui/admin && ../../node_modules/webpack-cli/bin/cli.js --mode=development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wisepythagoras/pos-system.git"
},
"author": "",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/wisepythagoras/pos-system/issues"
},
"homepage": "https://github.com/wisepythagoras/pos-system#readme",
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@observablehq/plot": "^0.6.13",
"d3": "^7.8.0",
"dayjs": "^1.11.10",
"framer-motion": "^10.16.16",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.2",
"react-use": "^17.4.2",
"styled-components": "^6.1.3",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"devDependencies": {
"@types/lodash": "^4.14.171",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"@types/styled-components": "^5.1.34"
}
}