-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
46 lines (46 loc) · 1.36 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
{
"name": "jsframe.js",
"version": "1.6.8",
"description": "It is an independent lightweight multi-window library for javascript.\r - Create various popup windows.\r - Styling the appearance flexibly.",
"main": "lib/jsframe.min.js",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --config webpack.config.js --mode development",
"release": "cross-env NODE_ENV=test webpack --config webpack.config.js --mode production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/riversun/JSFrame.js.git"
},
"author": "Tom Misawa <riversun.org@gmail.com> (https://github.com/riversun)",
"license": "MIT",
"bugs": {
"url": "https://github.com/riversun/JSFrame.js/issues"
},
"keywords": [
"floating",
"popup",
"window",
"toast",
"js",
"ui"
],
"homepage": "https://github.com/riversun/JSFrame.js#readme",
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"babel-loader": "^8.2.5",
"cross-env": "^7.0.3",
"css-loader": "^5.2.7",
"style-loader": "^2.0.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
},
"dependencies": {
"@riversun/event-emitter": "^1.5.2",
"event-listener-helper": "^1.1.3",
"merge-deeply": "^2.1.1"
}
}