-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.26 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
{
"name": "phpauth",
"version": "0.1.0-alpha",
"description": "phpauth",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "mix",
"init-tsc": "sed -i 's/\" \"/\"\\\\t\"/g' node_modules/typescript/lib/*.js",
"reset-types": "find ./assets/src/components ./assets/src/pages -name \"*.d.ts\" -delete",
"types": "npm run init-tsc; npm run reset-types; tsc -d; vue-tsc --declaration --emitDeclarationOnly"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/source/phpas.git"
},
"keywords": [
"authentication"
],
"author": "",
"license": "MIT",
"devDependencies": {
"laravel-mix": "^6.0.30",
"laravel-mix-tailwind": "^0.1.2",
"postcss": "^8.4.6",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.7",
"sass-loader": "^13.2.0",
"tailwindcss": "^3.0.21",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
"vue": "^3.2.30",
"vue-loader": "^17.0.0",
"vue-template-compiler": "^2.6.14",
"vue-tsc": "^1.2.0",
"vuex": "^4.0.2"
},
"dependencies": {
"@heroicons/vue": "^2.0.13",
"date-fns": "^2.28.0",
"spinner-material": "^1.0.0",
"validator": "^13.7.0",
"vue-country-flag-next": "^2.3.2"
}
}