-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.71 KB
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
{
"name": "nyuuko-data-checker",
"version": "1.0.7",
"type": "module",
"scripts": {
"dev": "vite",
"build": "rimraf dist/* && tsc -p \"tsconfig-build.json\" && vite build --watch false",
"symlink": "cross-env BOLT_ACTION=symlink vite",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-proposal-object-rest-spread": "^7.16.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.19.0",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.16.0",
"@babel/runtime": "^7.16.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-replace": "^6.0.2",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/node": "^22.0.0",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.5.1",
"@vitest/coverage-v8": "^4.1.1",
"cross-env": "^7.0.3",
"fs-extra": "^10.0.0",
"jsdom": "^26.1.0",
"rimraf": "^3.0.2",
"rollup": "^4.42.0",
"rollup-plugin-multi-input": "^1.5.0",
"rollup-plugin-scss": "^4.0.1",
"sass": "^1.89.1",
"source-map": "^0.7.4",
"types-for-adobe": "^7.2.3",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vite-cep-plugin": "^2.2.0",
"vitest": "^4.1.1"
},
"main": "index.js",
"license": "MIT"
}