-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 938 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
{
"name": "shop-page-with-cards",
"version": "1.0.0",
"description": "",
"source": "src/index.html",
"type": "module",
"scripts": {
"start": "parcel --open",
"build": "parcel build src/*.html --public-url ./",
"deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anya-shults/shop-page-with-cards.git"
},
"author": "anya-shults",
"license": "ISC",
"bugs": {
"url": "https://github.com/anya-shults/shop-page-with-cards/issues"
},
"homepage": "https://github.com/anya-shults/shop-page-with-cards#readme",
"devDependencies": {
"@linthtml/linthtml": "^0.9.5",
"eslint": "^8.50.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-promise": "^6.1.1",
"gh-pages": "^6.0.0",
"parcel": "^2.9.3",
"tailwindcss": "^3.3.3"
},
"dependencies": {}
}