-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
41 lines (41 loc) · 1.14 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
{
"name": "web-layout-training-vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"deploy": "vite build && gh-pages -d dist",
"home": "git remote add Peg-L git@github.com:Peg-L/project-code.git",
"pull": "git fetch Peg-L && git merge Peg-L/main",
"moon-PR": "start chrome --app=https://github.com/Peg-L/project-code/compare/main...moon-start:project-code:main"
},
"devDependencies": {
"ejs": "^3.1.9",
"eslint": "^8.7.0",
"json-server": "^0.17.4",
"json-server-auth": "^2.1.0",
"prettier": "^2.5.1",
"vite": "^4.2.0",
"vite-plugin-ejs": "^1.6.4"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"axios": "^1.6.2",
"bootstrap": "^5.3.1",
"bootstrap-icons": "^1.10.5",
"firebase": "^10.6.0",
"firebaseui": "^6.1.0",
"gh-pages": "^5.0.0",
"glob": "^10.2.2",
"jquery": "^3.7.1",
"jQuery": "^1.7.4",
"jquery-ui": "^1.13.2",
"rollup-plugin-copy": "^3.5.0",
"sass": "^1.61.0",
"sass-loader": "^13.2.2",
"vite-plugin-live-reload": "^3.0.2"
}
}