-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 1.21 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
{
"name": "nuplone",
"version": "3.0.2",
"description": "Prototype for OiRA Backend",
"homepage": "https://gitub.com/Euphorie/NuPlone",
"docs": "http://www.syslab.com/oira-online-interactive-risk-assessment/",
"author": "Syslab.com GmbH",
"repository": {
"type": "git",
"url": "https://github.com/Euphorie/NuPlone.git"
},
"license": "GPL 2.0",
"dependencies": {
"@patternslib/pat-redactor": "^7.0.0",
"@patternslib/patternslib": "^9.9.5",
"jquery-ui-dist": "^1.13.2",
"redactor": "git+ssh://git@github.com/syslabcom/redactor.git#master"
},
"devDependencies": {
"@patternslib/dev": "<4"
},
"resolutions": {
"@patternslib/patternslib": "9.9.5",
"jquery": "3.7.1"
},
"scripts": {
"watch": "NODE_ENV=development webpack --config webpack.config.js --watch",
"build": "NODE_ENV=production webpack --config webpack.config.js",
"build:stats": "NODE_ENV=production webpack --config webpack.config.js --json > stats.json",
"builddev": "NODE_ENV=development webpack --config webpack.config.js"
},
"browserslist": [
">0.2%",
"ie >= 11",
"not dead"
]
}