forked from riversun/JSFrame.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.23 KB
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
{
"name": "jsframe.js",
"version": "1.5.14",
"description": "It is an independent lightweight multi-window library for javascript.\r - Create various popup windows.\r - Styling the appearance flexibly.",
"main": "dist/jsframe.min.js",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --config webpack.config.js --mode development",
"release": "set 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": "",
"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.6.0",
"@babel/preset-env": "^7.6.0",
"babel-loader": "^8.0.4",
"css-loader": "^2.0.2",
"style-loader": "^0.23.1",
"ts-loader": "^6.1.0",
"typescript": "^3.6.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.1"
}
}