-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.3 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
42
43
44
45
46
47
48
49
50
51
{
"name": "ffw-repository",
"version": "1.0.12",
"description": "",
"scripts": {
"build": "node ./build.js",
"format": "prettier --plugin-search-dir=. --write .",
"types": "tsc -p tsconfig.types.json",
"jest": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"test": "vitest",
"coverage": "vitest run --coverage",
"pub": "npm run format && npm run build && npm run test && node ./scripts/publish.js"
},
"type": "module",
"author": "utftu",
"license": "MIT",
"files": [
"**/dist/**/*"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.21",
"@types/yargs": "^17.0.24",
"@vitejs/plugin-react": "^4.0.4",
"@vitest/coverage-istanbul": "^0.34.4",
"desy": "^0.0.3",
"esbuild": "^0.19.2",
"jsdom": "^22.1.0",
"nx": "16.7.4",
"prettier": "3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"solid-js": "^1.7.11",
"svelte": "^4.2.0",
"terser": "^5.19.4",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.5.3",
"vitest": "^0.34.4",
"yup": "^1.2.0"
},
"dependencies": {
"utftu": "^1.0.26",
"vite-node": "^0.34.4",
"yargs": "^17.7.2"
}
}