-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.06 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.06 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
{
"name": "craft3-translate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --progress --config=webpack.config.js",
"watch": "cross-env NODE_ENV=development webpack --watch --progress --config=webpack.config.js",
"production": "cross-env NODE_ENV=production webpack --progress --config=webpack.config.js"
},
"dependencies": {
"axios": "^1.13.5",
"mitt": "^3.0.1",
"vue": "^3.5.28",
"vuex": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"@vue/babel-preset-app": "^5.0.9",
"babel-loader": "^10.0.0",
"core-js": "^3.48.0",
"craftcms-sass": "^3.5.7",
"cross-env": "^10.1.0",
"css-loader": "^7.1.4",
"eslint": "^10.0.1",
"eslint-plugin-vue": "^10.8.0",
"mini-css-extract-plugin": "^2.10.0",
"sass": "~1.69.7",
"sass-loader": "^16.0.7",
"vue-loader": "^17.4.2",
"vue-style-loader": "^4.1.3",
"webpack": "^5.105.2",
"webpack-cli": "^6.0.1"
},
"browserslist": [
"defaults"
]
}