-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.69 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production",
"heroku-postbuild": "npm run production"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"alpinejs": "^3.10.3",
"autoprefixer": "^10.4.8",
"axios": "^0.27",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.21",
"postcss": "^8.4.16",
"postcss-import": "^15.0.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.54.9",
"sass-loader": "^13.0.2",
"tailwindcss": "^3.1.8",
"ts-loader": "^9.3.1",
"typescript": "^4.8.3"
},
"dependencies": {
"@yaireo/tagify": "^4.16.4",
"apexcharts": "^3.35.5",
"croppie": "^2.6.5",
"echarts": "^5.3.3",
"jquery": "^3.6.1",
"tagify": "^0.1.1"
},
"name": "phonejobing",
"description": "Projet PFE: Développement d'une Application Extranet pour la gestion de la relation commerciale",
"version": "1.0.0",
"main": "tailwind.config.js",
"directories": {
"test": "tests"
},
"engines": {
"node": ">=16.0.0 <17.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Issam-Boubcher/PhoneJobing.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Issam-Boubcher/PhoneJobing/issues"
},
"homepage": "https://github.com/Issam-Boubcher/PhoneJobing#readme"
}