-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 891 Bytes
/
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
{
"name": "translator",
"version": "1.1.5",
"description": "A translation field for Craft CMS",
"scripts": {
"dev": "webpack --mode development",
"watch": "webpack --mode development --watch",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/jan-dh/translator.git"
},
"author": "Jan D'Hollander",
"license": "MIT",
"bugs": {
"url": "https://github.com/jan-dh/translator/issues"
},
"homepage": "https://github.com/jan-dh/translator#readme",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.5.5",
"babel-loader": "^8.3.0",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"@babel/polyfill": "^7.4.4",
"@shopify/draggable": "^1.0.0-beta.8",
"sortablejs": "^1.10.0-rc3"
}
}