-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.01 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
{
"name": "pri-docs",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "pri test",
"start": "pri dev",
"build": "pri build",
"preview": "pri preview",
"deploy": "pri build && gh-pages -d dist",
"analyse": "pri analyse",
"docs": "pri docs",
"format": "eslint './?(src|packages|docs|tests)/**/*.?(ts|tsx)'",
"bundle": "pri bundle"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ascoders/pri-docs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ascoders/pri-docs/issues"
},
"homepage": "https://github.com/ascoders/pri-docs#readme",
"dependencies": {
"docsearch.js": "^2.6.2",
"react-custom-scrollbars": "^4.2.1",
"pri": "^3.0.8"
},
"devDependencies": {
"gh-pages": "^2.0.1"
},
"pri": {
"type": "project",
"version": "2.0.29"
},
"peerDependencies": {},
"husky": {
"hooks": {
"pre-commit": "npm test -- --package root"
}
}
}