-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 644 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 644 Bytes
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
{
"name": "numla",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.17",
"@vitest/coverage-v8": "^2.1.0",
"autoprefixer": "^10.4.22",
"jsdom": "^25.0.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.17",
"vite": "^7.2.4",
"vitest": "^2.1.0"
},
"dependencies": {
"chrono-node": "^2.9.0",
"driver.js": "^1.4.0",
"mathjs": "^15.1.0"
}
}