-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
72 lines (72 loc) · 1.91 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "valtio-history",
"version": "1.0.0",
"license": "MIT",
"author": "Daishi Kato",
"repository": {
"type": "git",
"url": "https://github.com/valtiojs/valtio-history.git"
},
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"release": "release-it",
"git:clean-tags": "git tag -l | xargs git tag -d && git fetch -t",
"nx-reset": "nx reset && nx daemon --start"
},
"private": true,
"dependencies": {
"@swc/helpers": "0.5.11",
"react": "18.3.1",
"react-dom": "18.3.1",
"tslib": "^2.6.3"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@nx/devkit": "19.4.0",
"@nx/eslint": "19.4.0",
"@nx/eslint-plugin": "19.4.0",
"@nx/js": "19.4.0",
"@nx/react": "19.4.0",
"@nx/vite": "19.4.0",
"@release-it/bumper": "^6.0.1",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.3.14",
"@swc/core": "1.5.7",
"@testing-library/react": "15.0.6",
"@types/node": "18.19.9",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "1.6.0",
"@vitest/ui": "1.6.0",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jsdom": "~22.1.0",
"nx": "19.4.0",
"prettier": "^2.6.2",
"release-it": "^17.0.1",
"ts-node": "10.9.1",
"typedoc": "^0.25.6",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "5.4.5",
"url-loader": "^4.1.1",
"valtio": "2.0.0",
"verdaccio": "^5.0.4",
"vite": "^5.0.0",
"vitest": "1.6.0",
"yargs": "^17.7.2"
},
"nx": {
"includedScripts": []
}
}