-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.28 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
{
"name": "tutu-admin",
"version": "1.3.5",
"description": "Admin template",
"license": "MIT",
"author": "frohikey",
"homepage": "https://github.com/goto10hq/admin-template-tutu",
"repository": {
"type": "git",
"url": "git+https://github.com/goto10hq/admin-template-tutu"
},
"browserslist": [
"Last 4 versions",
"> 0.1%",
"iOS 8"
],
"main": "dist/index.js",
"files": [
"dist/index.js",
"dist/index.css",
"src"
],
"keywords": [
"vue",
"admin",
"template"
],
"private": false,
"scripts": {
"build": "poi --prod --config ./poi.app.js && poi --prod --config ./poi.config.js && rm ./dist/index.html",
"dev": "poi --serve --config ./poi.app.js"
},
"devDependencies": {
"autoprefixer": "^10.3.1",
"node-sass": "^4.14.1",
"poi": "^12.10.3",
"sass-loader": "7.3.1",
"bootstrap": "4.6.0",
"jquery": "^3.6.0",
"popper.js": "^1.16.1",
"bootstrap-vue": "^2.21.2"
},
"dependencies": {
"axios": "^0.21.1",
"vue-template-compiler": "^2.6.14",
"vuex-router-sync": "^5.0.0",
"vue": "^2.6.14",
"vuex": "^3.6.2",
"vuelidate": "^0.7.6",
"vue-scrollto": "^2.20.0",
"vue-router": "^3.5.2",
"vuex-persist": "3.1.3",
"@line-ui/themify-icons": "^1.0.0-alpha.0"
}
}