forked from OpenClassrooms-Student-Center/PetitsPlats2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 919 Bytes
/
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": "oc-p7-petitsplats",
"author": "miervaldis42",
"private": true,
"version": "1.0.2",
"type": "module",
"description": "Website for 'Petits Plats' company.",
"repository": {
"type": "git",
"url": "git+https://github.com/miervaldis42/oc-p7-petitsplats.git"
},
"homepage": "https://github.com/miervaldis42/oc-p7-petitsplats#readme",
"bugs": {
"url": "https://github.com/miervaldis42/oc-p7-petitsplats/issues"
},
"keywords": [
"OpenClassrooms",
"oc",
"Project 7",
"P7",
"p7",
"vite",
"typescript",
"tailwindcss",
"postcss"
],
"main": "./index.html",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"autoprefixer": "^10.4.17",
"postcss": "^8.4.34",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.0.8"
},
"license": "ISC"
}