-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.21 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
{
"name": "pacto",
"version": "0.7.3",
"description": "A lightweight framework for non SPA websites",
"main": "dist/pacto.cjs.js",
"module": "dist/pacto.esm.js",
"unpkg": "dist/pacto.min.js",
"keywords": [
"lightweight",
"frontend",
"framework",
"esnext"
],
"scripts": {
"validate": "make validate",
"test": "make tests",
"docs": "make docs",
"build": "make build",
"prepare": "make build"
},
"repository": {
"type": "git",
"url": "https://github.com/schorfES/pacto.git"
},
"author": "Norman Rusch",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"babel-jest": "^29.0.3",
"babel-plugin-dynamic-import-node": "^2.3.0",
"browserslist": "^4.19.1",
"doctoc": "^2.0.1",
"eslint": "^8.4.0",
"eslint-plugin-jest": "^28.3.0",
"jest": "^29.0.1",
"jest-environment-jsdom": "^29.1.2",
"np": "^10.0.5",
"rollup": "^2.3.3",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-terser": "^7.0.0",
"setimmediate": "^1.0.5"
}
}