forked from thunder/thunder-distribution
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 793 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
{
"name": "thunder-distribution",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/thunder/thunder-distribution.git"
},
"author": "",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/thunder/thunder-distribution/issues"
},
"homepage": "https://github.com/thunder/thunder-distribution#readme",
"devDependencies": {
"@vuepress/plugin-search": "^2.0.0-beta.33",
"eslint": "^7.32.0",
"eslint-config-drupal": "^5.0.2",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"vuepress": "^2.0.0-rc.15"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
}
}