-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
54 lines (54 loc) · 1.42 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
{
"name": "naja",
"version": "3.2.1",
"description": "Modern AJAX library for Nette Framework",
"keywords": [
"nette",
"ajax",
"history"
],
"homepage": "https://naja.js.org",
"author": "Jiří Pudil",
"license": "MIT",
"exports": {
".": {
"import": "./dist/Naja.esm.js",
"types": "./dist/index.esm.d.ts",
"default": "./dist/Naja.js"
}
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"@web/dev-server-esbuild": "^1.0.3",
"@web/dev-server-rollup": "^0.6.4",
"@web/test-runner": "^0.19.0",
"@web/test-runner-playwright": "^0.11.0",
"chai": "^5.1.2",
"eslint": "^9.17.0",
"globals": "^15.14.0",
"mocha": "^11.1.0",
"nette-forms": "^3.5.3",
"playwright": "^1.49.1",
"rollup": "^4.29.1",
"sinon": "^19.0.2",
"tslib": "^2.8.1",
"typescript": "^5.7.2"
},
"scripts": {
"build": "NODE_ENV=production rollup -c",
"test": "NODE_ENV=development wtr",
"lint": "NODE_ENV=development eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/naja-js/naja.git"
},
"packageManager": "yarn@4.0.2"
}