-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 890 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
{
"name": "vanillajs-patterns ",
"version": "1.0.0",
"description": "",
"dependencies": {
"prettier": "latest",
"serve": "latest"
},
"scripts": {
"start": "serve -s . -l 3000",
"test": "vitest run --coverage",
"test:watch": "vitest",
"prettier": "prettier --write \"**/*.{js,json,ts,tsx,css,scss,html}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/quantuminformation/javascript-frameworks-forbidden.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/quantuminformation/javascript-frameworks-forbidden/issues"
},
"homepage": "https://github.com/quantuminformation/javascript-frameworks-forbidden#readme",
"devDependencies": {
"@vitest/coverage-v8": "^2.1.3",
"happy-dom": "^15.7.4",
"prettier-plugin-embed": "^0.4.4",
"vitest": "^2.1.3"
}
}