-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
71 lines (71 loc) · 2.03 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "pjax-api",
"version": "3.44.1",
"description": "The advanced PJAX superior to SPA.",
"private": true,
"homepage": "https://github.com/falsandtru/pjax-api",
"repository": {
"type": "git",
"url": "https://github.com/falsandtru/pjax-api"
},
"keywords": [
"pjax",
"router"
],
"types": "./index.d.ts",
"main": "./dist/index.js",
"files": [
"dist",
"index.*",
"src",
"test",
"*.ts",
"*.js",
"*.json",
"*.map",
"*.md",
"NOTICE",
"LICENSE"
],
"dependencies": {
"spica": "0.0.803"
},
"devDependencies": {
"@types/mocha": "10.0.7",
"@types/power-assert": "1.5.12",
"@types/prismjs": "1.26.4",
"@typescript-eslint/parser": "^7.16.0",
"babel-loader": "^9.1.3",
"babel-plugin-unassert": "^3.2.0",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-plugin-redos": "^4.4.5",
"eslint-webpack-plugin": "^4.2.0",
"glob": "^11.0.0",
"karma": "^6.4.3",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-firefox-launcher": "^2.1.3",
"karma-mocha": "^2.0.1",
"karma-power-assert": "^1.0.0",
"mocha": "^10.6.0",
"npm-check-updates": "^16.14.20",
"semver": "^7.6.2",
"ts-loader": "^9.5.1",
"typed-dom": "0.0.349",
"typescript": "5.4.5",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^6.0.1"
},
"scripts": {
"update": "ncu -u && npm i --no-shrinkwrap && bundle update",
"dev": "concurrently \"webpack --env mode=test -w\" \"karma start --auto-watch\" \"webpack --env mode=dist -w --output-path ./gh-pages/assets/dist\" \"bundle exec jekyll serve -s ./gh-pages -d ./gh-pages/_site --incremental\"",
"test": "webpack --env mode=test && karma start --single-run --concurrency 1 --reporters dots,coverage",
"lint": "webpack --env mode=lint",
"bench": "webpack --env mode=bench && karma start --single-run --concurrency 1",
"dist": "webpack --env mode=dist"
},
"author": "falsandtru",
"license": "(Apache-2.0 AND MPL-2.0)"
}