-
Notifications
You must be signed in to change notification settings - Fork 577
/
package.json
64 lines (64 loc) · 1.81 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": "vue-notus",
"homepage": "https://demos.creative-tim.com/vue-notus/",
"version": "1.1.0",
"description": "Vue Notus - A free Tailwind CSS and VueJS UI Kit and Admin by Creative Tim.",
"repository": "https://github.com/creativetimofficial/vue-notus",
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "cross-env PUBLIC_URL=/ cross-env CI=false vue-cli-service build && gulp licenses",
"lint": "vue-cli-service lint",
"build:tailwind": "tailwind build src/assets/styles/index.css -o src/assets/styles/tailwind.css",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm run build:tailwind && npm run serve"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@popperjs/core": "2.9.1",
"@tailwindcss/forms": "0.2.1",
"@vue/compiler-sfc": "3.0.7",
"chart.js": "2.9.4",
"core-js": "3.9.1",
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.8",
"tailwindcss": "2.0.4",
"vue": "3.0.7",
"vue-router": "4.0.5"
},
"devDependencies": {
"@babel/core": "7.13.10",
"@babel/eslint-parser": "7.13.10",
"@vue/cli-plugin-babel": "5.0.0-alpha.7",
"@vue/cli-plugin-eslint": "5.0.0-alpha.7",
"@vue/cli-service": "5.0.0-alpha.7",
"autoprefixer": "10.2.5",
"eslint": "7.22.0",
"eslint-plugin-vue": "7.7.0",
"postcss": "8.4.39",
"vue-template-compiler": "2.6.12",
"cross-env": "^7.0.3"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "@babel/eslint-parser"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}