2019-03-10 22:29:29 +02:00
|
|
|
{
|
2023-08-21 01:51:35 -04:00
|
|
|
"name": "photonclient",
|
|
|
|
|
"version": "0.0.0",
|
2019-03-10 22:29:29 +02:00
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
2023-08-21 01:51:35 -04:00
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "run-p build-only",
|
|
|
|
|
"preview": "vite preview --port 4173",
|
|
|
|
|
"build-only": "vite build",
|
2024-01-05 12:14:22 -07:00
|
|
|
"build-demo": "vite build --mode demo",
|
2023-08-31 16:56:58 -04:00
|
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
|
|
|
"format": "prettier --write src/",
|
2023-10-01 21:28:07 -04:00
|
|
|
"lint-ci": "eslint . --max-warnings 0 --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
|
|
|
"format-ci": "prettier --check src/"
|
2019-03-10 22:29:29 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-01-02 11:03:16 -05:00
|
|
|
"@fontsource/prompt": "^5.0.9",
|
|
|
|
|
"@mdi/font": "^7.4.47",
|
2023-08-21 01:51:35 -04:00
|
|
|
"@msgpack/msgpack": "^3.0.0-beta2",
|
2024-01-02 11:03:16 -05:00
|
|
|
"axios": "^1.6.3",
|
2023-06-09 13:09:41 -04:00
|
|
|
"jspdf": "^2.5.1",
|
2023-08-21 01:51:35 -04:00
|
|
|
"pinia": "^2.1.4",
|
2024-01-02 11:03:16 -05:00
|
|
|
"three": "^0.160.0",
|
2023-06-09 13:09:41 -04:00
|
|
|
"vue": "^2.7.14",
|
|
|
|
|
"vue-router": "^3.6.5",
|
2024-01-02 11:03:16 -05:00
|
|
|
"vuetify": "^2.7.1"
|
2019-03-10 22:29:29 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2023-08-31 16:56:58 -04:00
|
|
|
"@rushstack/eslint-patch": "^1.3.2",
|
2023-08-21 01:51:35 -04:00
|
|
|
"@types/node": "^16.11.45",
|
2024-01-02 11:03:16 -05:00
|
|
|
"@types/three": "^0.160.0",
|
|
|
|
|
"@vitejs/plugin-vue2": "^2.3.1",
|
2024-01-15 22:28:34 -05:00
|
|
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
|
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
2024-01-02 11:03:16 -05:00
|
|
|
"@vue/tsconfig": "^0.5.1",
|
2023-08-21 01:51:35 -04:00
|
|
|
"deepmerge": "^4.3.1",
|
2024-01-02 11:03:16 -05:00
|
|
|
"eslint": "^8.56.0",
|
|
|
|
|
"eslint-plugin-vue": "^9.19.2",
|
2023-08-21 01:51:35 -04:00
|
|
|
"npm-run-all": "^4.1.5",
|
2024-01-15 22:28:34 -05:00
|
|
|
"prettier": "3.2.2",
|
2023-08-21 01:51:35 -04:00
|
|
|
"sass": "~1.32",
|
|
|
|
|
"sass-loader": "^13.3.2",
|
|
|
|
|
"terser": "^5.14.2",
|
2024-01-02 11:03:16 -05:00
|
|
|
"typescript": "^5.3.3",
|
|
|
|
|
"unplugin-vue-components": "^0.26.0",
|
|
|
|
|
"vite": "^4.5.1"
|
2019-10-19 16:58:10 +03:00
|
|
|
}
|
2019-03-10 22:29:29 +02:00
|
|
|
}
|