-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 726 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 726 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
30
{
"name": "math-fact-flash",
"author": "circlecube",
"version": "1.0.0",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/circlecube/math-fact-flash"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"test:ci": "concurrently -k -s first \"npm run preview\" \"cypress run\""
},
"dependencies": {
"vue": "^3.4.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.5.0",
"@vitejs/plugin-vue": "^5.0.0",
"concurrently": "^8.2.0",
"cypress": "^13.6.0",
"sass": "^1.70.0",
"vite": "^5.0.0"
}
}