forked from backmeupplz/todorant-localizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.56 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build && rm -rf docs && mv dist docs && cp CNAME docs/CNAME",
"distribute": "vue-cli-service serve --mode development"
},
"dependencies": {
"@tailwindcss/forms": "^0.2.1",
"@types/node": "^14.14.35",
"axios": "^0.21.1",
"moment": "^2.29.1",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"randomcolor": "^0.6.2",
"tailwindcss-filters": "3.0.0",
"vue": "^2.6.12",
"vue-class-component": "^7.2.6",
"vue-click-outside": "^1.1.0",
"vue-cookie-law": "^1.13.3",
"vue-i18n": "^8.24.1",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.5.1",
"vuex": "^3.6.2",
"vuex-class": "^0.3.2",
"vuex-module-decorators": "^1.0.1",
"vuex-persistedstate": "^4.0.0-beta.3"
},
"devDependencies": {
"@prettier/plugin-pug": "^1.13.5",
"@tailwindcss/postcss7-compat": "^2.0.4",
"@vue/cli-plugin-typescript": "^4.5.12",
"@vue/cli-service": "^4.5.12",
"autoprefixer": "^9",
"postcss": "^8",
"prettier": "prettier/prettier#cd2b8a32b5ef77eb0047e7517b1ea22d605a094a",
"sass": "^1.32.8",
"sass-loader": "^10.1.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"typescript": "^4.2.3",
"vue-template-compiler": "^2.6.12"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"prettier": {
"pluginSearchDirs": [
"."
],
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
}
}