forked from Uninen/datatable-experiment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.17 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
{
"name": "datatable-experiment",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"start": "yarn dev --mode testci & wait-on http://localhost:3000",
"test": "concurrently \"yarn dev --mode test\" \"cypress open\" --kill-others",
"test:ci": "cypress run --headless"
},
"dependencies": {
"@tailwindcss/typography": "^0.2.0",
"@tailwindcss/ui": "^0.7.2",
"axios": "^0.21.0",
"dayjs": "^1.9.6",
"faker": "^5.1.0",
"lodash-es": "^4.17.15",
"minisearch": "^3.0.2",
"miragejs": "^0.1.41",
"tailwindcss": "^1.9.6",
"vue": "^3.0.2",
"vue-router": "^4.0.0-rc.5"
},
"devDependencies": {
"@types/cypress": "^1.1.3",
"@types/faker": "^5.1.4",
"@types/lodash-es": "^4.17.3",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"@vue/compiler-sfc": "^3.0.2",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^7.0.0",
"concurrently": "^5.3.0",
"cypress": "^5.6.0",
"eslint": "^7.14.0",
"eslint-plugin-vue": "^7.1.0",
"typescript": "^4.1.2",
"vite": "^1.0.0-rc.9",
"wait-on": "^5.2.0"
}
}