This repository has been archived by the owner on Feb 13, 2023. It is now read-only.
forked from Infomaker/NPWriterPluginBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.96 KB
/
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
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": "npwriter-plugin-bundle",
"version": "9.0.0",
"description": "Infomaker plugin bundle for Newspilot Writer",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config __tooling__/webpack/webpack.prod.js",
"dev": "webpack-dev-server --config __tooling__/webpack/webpack.dev.js",
"release:major": "npm version major --no-git-tag-version",
"release:minor": "npm version minor --no-git-tag-version",
"release:hotfix": "npm version patch --no-git-tag-version",
"postversion": "git add package.json package-lock.json && git commit -m \"Bump version to v$npm_package_version\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Infomaker/NPWriterDevKit.git"
},
"author": "Infomaker Scandinavia AB",
"license": "ISC",
"bugs": {
"url": "https://github.com/Infomaker/NPWriterPluginBundle/issues"
},
"homepage": "https://github.com/Infomaker/NPWriterPluginBundle#readme",
"devDependencies": {
"aws-sdk": "^2.6.14",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-loader": "^2.0.0",
"express": "^4.14.0",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.9.0",
"optimize-css-assets-webpack-plugin": "^4.0.1",
"sass-loader": "^7.0.1",
"string-replace-loader": "^2.1.1",
"style-loader": "^0.21.0",
"uglify-js": "^3.3.25",
"webpack": "4.17.1",
"webpack-cli": "^2.1.3",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.2",
"uglifyjs-webpack-plugin": "^1.2.5"
},
"dependencies": {
"@infomaker/oc-client": "1.2.0",
"@infomaker/xml-handler": "0.4.0",
"ajv": "^6.5.1",
"cropjs": "^1.1.0",
"google-maps-api-loader": "1.0.0",
"socket.io-client": "^1.7.2",
"uuid": "^3.3.2",
"wkx": "^0.4.5"
}
}