-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1 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
{
"name": "ssr-data-store",
"version": "0.0.6",
"description": "用于ssr项目server端临时存取数据",
"scripts": {
"build": "vite build",
"lint": "eslint",
"lint-staged": "npm run lint",
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
"type": "module",
"author": "zygoing",
"license": "ISC",
"main": "dist/lib/index.js",
"dependencies": {
"@babel/register": "^7.18.9",
"@types/jest": "^29.2.0",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"jest": "^29.2.2",
"ts-jest": "^29.0.3"
},
"devDependencies": {
"@types/mocha": "^10.0.0",
"assert": "^2.0.0",
"core-js": "^3.23.4",
"cross-env": "^7.0.3",
"eslint": "^8.19.0",
"husky": "^8.0.1",
"jsdom": "^20.0.2",
"stylelint": "^14.9.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.0",
"typescript": "^4.7.4",
"vite": "^2.9.14"
}
}