-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.22 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": "javascript-window-framework",
"version": "0.1.6",
"description": "JavaScript Window Framework",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx webpack --config ./src/webpack.config.js",
"watch": "npx webpack -w --config ./src/webpack.config.js",
"build-none-module": "npx webpack --config ./src/none-module-webpack.config.js"
},
"keywords": [
"JWF",
"Front-end",
"Framework"
],
"author": "SoraKumo",
"license": "MIT",
"bin": {
"init-jwf": "bin/init-jwf.js"
},
"dependencies": {
"fs-extra": "^8.1.0"
},
"devDependencies": {
"css-loader": "^3.2.0",
"dts-bundle": "^0.7.3",
"dts-module-filter": "^1.0.0",
"es6-promise": "^4.2.8",
"node-sass": "^4.12.0",
"sass-loader": "^7.2.0",
"source-map-loader": "^0.2.4",
"style-loader": "^1.0.0",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"url-loader": "^2.1.0",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JavaScript-WindowFramework/javascript-window-framework.git"
},
"homepage": "https://croud.jp"
}