-
Notifications
You must be signed in to change notification settings - Fork 71
/
package.json
35 lines (35 loc) · 1.06 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
{
"name": "symbiote-advancedworkflow",
"version": "4.0.0",
"description": "Adds configurable workflow support to the CMS, with a GUI for creating custom workflow definitions.",
"scripts": {
"build": "yarn && NODE_ENV=production webpack -p --bail --progress",
"watch": "yarn && NODE_ENV=development webpack --watch --progress",
"css": "WEBPACK_CHILD=css npm run build",
"lint": "eslint client/src; sass-lint -v"
},
"repository": {
"type": "git",
"url": "git+https://github.com/symbiote/silverstripe-advancedworkflow.git"
},
"keywords": [
"silverstripe",
"cms",
"workflow"
],
"author": "SilverStripe Ltd",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/symbiote/silverstripe-advancedworkflow/issues"
},
"homepage": "https://github.com/symbiote/silverstripe-advancedworkflow#readme",
"dependencies": {
"jquery": "^3.5.0"
},
"devDependencies": {
"@silverstripe/webpack-config": "^0.5.1",
"eslint": "^2.7.0",
"eslint-config-airbnb": "^6.2.0",
"eslint-plugin-react": "^4.2.3"
}
}