-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.71 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.71 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
51
52
53
54
55
56
57
58
59
{
"name": "cake-webpack",
"version": "1.0.1",
"description": "",
"private": true,
"scripts": {
"build": "webpack --config webpack.vendors.js --mode production && webpack --config webpack.js --mode production ",
"vendor": "webpack --config webpack.vendors.js --mode production",
"watch": "webpack --config webpack.js --mode development --watch --stats-children"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.15.0",
"babel-loader": "^8.1",
"clean-webpack-plugin": "^3.0",
"css-loader": "^6.2.0",
"cssnano": "^5.0.8",
"file-loader": "^6.1",
"mini-css-extract-plugin": "^2.2.0",
"node-sass": "^6.0.1",
"postcss": "^8.1.2",
"postcss-loader": "^6.1.1",
"postcss-preset-env": "^6.7",
"resolve-url-loader": "^4.0.0",
"sass-loader": "^12.1.0",
"style-loader": "^3.2.1",
"terser-webpack-plugin": "^5.0",
"vue-loader": "^15.9",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.1",
"webpack-cli": "^4.1"
},
"dependencies": {
"@popperjs/core": "^2.9.3",
"@vuex-orm/core": "^0.36.3",
"@wgr-sa/vuex-orm-crud": "^0.0.11",
"autoprefixer": "^10.0",
"axios": "^0.17.0",
"bootstrap": "^5.1.0",
"dotenv": "^10.0.0",
"jquery": "^3.4",
"moment": "^2.29.1",
"pixrem": "^5.0.0",
"select2": "^4.1.0-rc.0",
"tinymce": "^5.10.1",
"tiptap": "^1.32.2",
"vue": "^2.6.14",
"vue-images-loaded": "^1.1",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2",
"vuex-crud": "^0.3.2",
"vuex-easy-access": "^3.1.7"
}
}