-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.08 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
{
"name": "mariner-framework",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"clean:port": "sudo kill -9 $(sudo lsof -t -i:3000)",
"clean:node": "find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +",
"test": "echo \"Error: no test specified\" && exit 1",
"client:index": "http-server ./playground/client/index",
"client:build": "http-server ./playground/dist --port 3000 --cors"
},
"resolutions": {
"mariner-fe": "workspace:*"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"defu": "^6.1.4",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"lodash": "^4.17.21",
"prettier": "^3.2.5",
"tsx": "^4.11.0",
"typescript": "^5.4.5",
"vite": "^5.2.12"
},
"devDependencies": {
"@types/node": "^20.13.0",
"http-server": "^14.1.1",
"nodemon": "^3.1.2",
"unbuild": "^2.0.0"
},
"keywords": [],
"author": "Ivan Pešić",
"license": "MIT"
}