forked from grahammendick/navigation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.15 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
{
"name": "navigation-",
"version": "1.0.0",
"description": "The data-first JavaScript router",
"devDependencies": {
"@rollup/plugin-sucrase": "^3.0.2",
"@rollup/plugin-typescript": "^4.1.2",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-insert": "^0.5.0",
"gulp-mocha": "^8.0.0",
"gulp-rename": "^1.2.3",
"gulp-terser": "^1.2.0",
"jsdom": "^16.5.3",
"navigation": "file:build/npm/navigation",
"navigation-react": "file:build/npm/navigation-react",
"navigation-react-mobile": "file:build/npm/navigation-react-mobile",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.11.2",
"rollup-plugin-cleanup": "^3.1.1",
"tslib": "^2.0.0",
"typescript": "^3.9.3"
},
"scripts": {
"test": "gulp test",
"build": "gulp build",
"package": "gulp package"
},
"repository": {
"type": "git",
"url": "https://github.com/grahammendick/navigation"
},
"keywords": [
"router"
],
"author": "graham mendick",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/grahammendick/navigation/issues"
},
"homepage": "https://github.com/grahammendick/navigation"
}