-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 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
42
43
{
"name": "phasmophobia-evidence-table",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test": "jest"
},
"dependencies": {
"core-js": "^3.21.1",
"js-cookie": "^2.2.1",
"v-click-outside": "^3.1.2",
"vue": "^2.6.14",
"vue-click-outside": "^1.1.0",
"vue-smooth-reflow": "^0.1.12",
"vue-tailwind": "^1.3.3"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@fullhuman/postcss-purgecss": "^3.1.3",
"@fullhuman/vue-cli-plugin-purgecss": "~3.1.3",
"@myparcel/eslint-config": "^3.4.2",
"@types/jest": "^26.0.24",
"@vue/cli-plugin-babel": "~4.5.15",
"@vue/cli-service": "~4.5.15",
"autoprefixer": "^9.8.8",
"babel-jest": "^26.6.3",
"jest": "^26.6.3",
"link-module-alias": "^1.2.0",
"postcss": "^7.0.39",
"postcss-import": "^12.0.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
"vue-template-compiler": "^2.6.14"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}