-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 946 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
34
35
{
"name": "CoCreate-dnd.js",
"description": "a seamless multi-iframe and nested-iframe drag and drop",
"version": "0.0.0-development",
"main": "src/index.js",
"license": "MIT",
"private": true,
"sideEffects": false,
"scripts": {
"start": "npx webpack --config webpack.config.js --watch",
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
"semantic-release": "semantic-release"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"babel-loader": "^8.1.0",
"semantic-release": "^17.1.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"repository": {
"type": "git",
"url": "https://github.com/CoCreate-app/CoCreate-dnd.git"
},
"release": {
"branches": [
"master",
"next"
]
}
}