-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 847 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
{
"devDependencies": {
"@parcel/transformer-sass": "^2.8.2",
"@parcel/transformer-typescript-tsc": "^2.8.0",
"@parcel/validator-typescript": "^2.8.0",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"add": "^2.0.6",
"eslint": "^8.36.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"parcel": "^2.8.2",
"prettier": "^2.8.6",
"stylelint": "^15.3.0",
"stylelint-config-standard": "^31.0.0",
"stylelint-config-standard-scss": "^7.0.1",
"tsc": "^2.0.4",
"typescript": "^5.0.2"
},
"scripts": {
"start": "npx parcel src/index.html src/html/products.html src/html/checkout.html",
"format": "npx prettier --write .",
"format-css": "npx stylelint **/*.scss"
}
}