forked from MutationDigitale/craft3-translate
-
Notifications
You must be signed in to change notification settings - Fork 0
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.6.8",
"mitt": "^3.0.1",
"vue": "^3.4.26",
"vuex": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@vue/babel-preset-app": "^5.0.8",
"babel-loader": "^9.1.3",
"core-js": "^3.37.0",
"craftcms-sass": "^3.5.7",
"cross-env": "^7.0.3",
"css-loader": "^7.1.1",
"eslint": "^9.1.1",
"eslint-plugin-vue": "^9.25.0",
"mini-css-extract-plugin": "^2.9.0",
"sass": "^1.75.0",
"sass-loader": "^14.2.1",
"vue-loader": "^17.4.2",
"vue-style-loader": "^4.1.3",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"browserslist": [
"defaults"
]
}