-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.5 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
{
"name": "@stingydev/kapseli",
"version": "1.0.8",
"description": "This project is redesigned to update the aim of the project. You can see details for new design at [Wiki Page](https://github.com/Swindler36/Kapseli-UI-Framework/wiki).",
"main": "js/index.js",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --mode development",
"test": "jest"
},
"author": "stingydev <stingydeveloper@gmail.com>",
"license": "MIT",
"dependencies": {
"@babel/cli": "^7.14.8",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@babel/runtime": "^7.14.6",
"acorn-import-assertions": "^1.8.0",
"ajaxable": "^0.2.3",
"backbone": "^1.4.0",
"bootstrap": "^5.1.0",
"core-js": "^3.16.2",
"on-change": "^3.0.2",
"source-list-map": "^2.0.1"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.14.7",
"@types/node": "^17.0.31",
"babel-loader": "^8.2.2",
"jest": "^27.0.6",
"ts-loader": "^9.3.0",
"ts-node": "^10.7.0",
"typescript": "^4.6.4",
"webpack": "^5.41.1",
"webpack-cli": "^4.7.2"
},
"directories": {
"doc": "docs",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Swindler36/Kapseli-UI-Framework.git"
},
"keywords": [
"ui",
"framework",
"vdom",
"kapseli"
],
"bugs": {
"url": "https://github.com/Swindler36/Kapseli-UI-Framework/issues"
},
"homepage": "https://github.com/Swindler36/Kapseli-UI-Framework#readme"
}