-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.4 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "lunox-app",
"version": "0.1.0",
"description": "Laravel-Flavoured NodeJs Framework",
"main": "index.js",
"scripts": {
"artisan": "node dist/artisan.js",
"build": "lunox prod",
"dev": "lunox dev",
"serve": "lunox serve",
"lint": "prettier --check --plugin-search-dir=. . && eslint . --fix",
"prettier": "prettier --write --plugin-search-dir=. .",
"format": "npm run prettier && npm run lint",
"test": "npm run build && APP_ENV=testing NODE_OPTIONS=--experimental-vm-modules jest --detectOpenHandles --forceExit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kodepandai/lunox.git"
},
"keywords": [
"laravel",
"nodejs",
"polka",
"svelte",
"react",
"mvc"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/kodepandai/lunox/issues"
},
"homepage": "https://github.com/kodepandai/lunox#readme",
"dependencies": {
"@kodepandai/flydrive-s3": "^2.1.1",
"@mantine/core": "^4.2.9",
"@mantine/hooks": "^4.2.9",
"@mantine/modals": "^4.2.10",
"@mantine/notifications": "^4.2.10",
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dayjs": "^1.11.3",
"knex": "^0.95.14",
"lunox": "^1.7.0-beta",
"mysql": "^2.18.1",
"objection": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"session-file-store": "^1.5.0"
},
"devDependencies": {
"@iconify-json/ant-design": "^1.0.2",
"@iconify-json/bi": "^1.1.3",
"@iconify-json/file-icons": "^1.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-typescript": "^8.3.3",
"@types/bcryptjs": "^2.4.2",
"@types/cors": "^2.8.12",
"@types/formidable": "^2.0.0",
"@types/jest": "^27.4.1",
"@types/node": "^16.11.7",
"@types/react": "^18.0.9",
"@types/react-helmet": "^6.1.5",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"@vitejs/plugin-react": "^1.3.2",
"eslint": "^8.2.0",
"jest": "^27.5.1",
"nodemon": "^2.0.16",
"prettier": "^2.4.1",
"rollup": "^2.60.1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-multi-input": "^1.3.1",
"rollup-plugin-terser": "^7.0.2",
"supertest": "^6.2.3",
"ts-jest": "^27.1.4",
"tslib": "^2.3.1",
"typescript": "~4.7.4",
"unocss": "^0.22.0",
"vite": "^2.9.9"
},
"type": "module"
}