-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
49 lines (49 loc) · 1.36 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
{
"name": "dashr",
"version": "1.0.0",
"description": "An Interface to the Dash Ecosystem for Authoring Reactive Web Applications",
"main": "gulpfile.js",
"directories": {
"man": "man",
"test": "tests"
},
"scripts": {
"private::update.get-assets": "gulp clone",
"private::update.unify": "gulp unify",
"private::update.update-internals": "gulp update",
"private::update.clean": "gulp clean",
"update": "run-s private::update.*",
"format": "npx prettier --config .prettierrc --write gulpfile.js && eslint *.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plotly/dashr.git"
},
"author": "Chris Parmer <chris@plotly.com>",
"license": "MIT",
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-react": "^7.11.1",
"fs-extra": "^9.0.1",
"gulp": "^4.0.2",
"gulp-concat":"2.6.1",
"gulp-print": "^5.0.2",
"gulp-replace": "^1.0.0",
"gulp-rename": "^2.0.0",
"fancy-log": "^1.3.3",
"mkdirp": "^0.5.4",
"prettier": "^1.14.2",
"set-value": ">=4.0.1",
"shelljs": "0.8.5"
},
"dependencies": {
"npm-run-all": "4.1.5"
},
"bugs": {
"url": "https://github.com/plotly/dashr/issues"
},
"homepage": "https://github.com/plotly/dashr#readme"
}