-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.5 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.5 KB
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
{
"name": "nails-module-admin",
"version": "0.0.0",
"description": "The Nails Admin Module",
"main": "assets/js/admin.admin.min.js",
"repository": "https://github.com/nails/module-admin",
"author": "Pablo de la Peña <p@nailsapp.co.uk>",
"license": "MIT",
"scripts": {
"dev": "webpack --progress",
"build": "NODE_ENV=production webpack --progress",
"start": "webpack serve",
"watch": "webpack --watch"
},
"dependencies": {
"@vue/cli-plugin-babel": "^5.0",
"autoprefixer": "^10.2",
"axios": "^1.1",
"babel-loader": "^10.0",
"bootstrap": "^5.1",
"clipboard": "^2.0",
"core-js": "^3.8",
"cross-env": "^10.0",
"css-loader": "^7.1",
"debounce": "^3.0",
"mini-css-extract-plugin": "^2.6",
"mustache": "^4.0",
"postcss-loader": "^8.1",
"sass": "^1.51",
"sass-loader": "^16.0",
"vue": "^2.6",
"vue-grid-layout": "^2.3",
"vue-loader": "^15.9",
"vue-nestable": "^2.6",
"vue-select": "^3.18",
"vue-simple-scrollbar": "^0.1",
"vue-svg-loader": "^0.16",
"vue-sweetalert2": "^5.0",
"webpack": "^5.70",
"webpack-cli": "^7.0",
"webpack-dev-server": "^5.2"
},
"devDependencies": {
"@babel/core": "^7.12",
"@babel/eslint-parser": "^7.12",
"eslint": "^10.0",
"eslint-plugin-vue": "^10.3",
"vue-template-compiler": "^2.6"
}
}