-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.06 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
59
60
61
62
63
64
{
"name": "vuebase.loc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "run-p watchers serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint",
"browserslist": "npx browserslist",
"tailwindcss": "npx tailwind build node_modules/tailwindcss/utilities.css -o src/assets/css/modules/tailwind.css --no-autoprefixer",
"sprite": "gulp svgicons",
"watchers": "gulp watchers"
},
"dependencies": {
"core-js": "^3.3.5",
"register-service-worker": "^1.6.2",
"vue": "^2.6.10",
"vue-router": "^3.1.3",
"vuex": "^3.1.1",
"axios": "^0.21.1",
"vue-meta": "^2.3.1",
"vuelidate": "^0.7.4"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^1.3.0",
"@types/jest": "^24.0.21",
"@vue/cli-plugin-babel": "^4.0.5",
"@vue/cli-plugin-e2e-cypress": "^4.0.5",
"@vue/cli-plugin-eslint": "^4.0.5",
"@vue/cli-plugin-pwa": "^4.0.5",
"@vue/cli-plugin-router": "^4.0.5",
"@vue/cli-plugin-typescript": "^4.0.5",
"@vue/cli-plugin-unit-jest": "^4.0.5",
"@vue/cli-plugin-vuex": "^4.0.5",
"@vue/cli-service": "^4.0.5",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/eslint-config-typescript": "^4.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"eslint": "^6.6.0",
"eslint-plugin-vue": "^5.2.3",
"sass": "^1.23.2",
"sass-loader": "^8.0.0",
"typescript": "~3.6.4",
"vue-cli-plugin-axios": "0.0.4",
"vue-template-compiler": "^2.6.10",
"gulp": "^4.0.2",
"gulp-imagemin": "^6.1.1",
"gulp-svg-sprite": "^1.5.0",
"gulp-webp": "^4.0.1",
"imagemin-mozjpeg": "^8.0.0",
"npm-run-all": "^4.1.5",
"postcss-csso": "^3.0.0",
"postcss-import": "^12.0.1",
"postcss-preset-env": "^6.7.0",
"stylelint": "^11.1.1",
"stylelint-config-recommended": "^3.0.0",
"stylelint-no-indistinguishable-colors": "^1.2.1",
"stylelint-no-unsupported-browser-features": "^3.0.2",
"tailwindcss": "^1.1.3"
}
}