-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
36 lines (36 loc) · 983 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
30
31
32
33
34
35
36
{
"name": "san-router",
"version": "2.0.2",
"description": "Router for San",
"scripts": {
"pretest": "npm run build",
"test": "http-server -c-1 -o /test",
"build": "rm -rf dist && mkdir dist && uglifyjs index.js -mco dist/san-router.js",
"docs:start": "docusaurus start --config ./website/docusaurus.config.js",
"docs:build": "docusaurus build --config ./website/docusaurus.config.js"
},
"devDependencies": {
"@docusaurus/core": "^2.0.0-beta.18",
"@docusaurus/preset-classic": "^2.0.0-beta.18",
"http-server": "^0.12.3",
"jasmine-core": "^2.99.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"san": "^3.11.2",
"uglify-js": "^2.7.5"
},
"main": "index.js",
"unpkg": "dist/san-router",
"files": [
"dist",
"types/*.d.ts",
"types/*.json"
],
"types": "types",
"author": "otakustay",
"repository": {
"type": "git",
"url": "https://github.com/baidu/san-router.git"
},
"license": "MIT"
}