-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 830 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 830 Bytes
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
{
"name": "@jswf/sample01",
"version": "0.0.11",
"description": "",
"main": "dist/public/js/index.js",
"scripts": {
"postinstall": "node bin/init.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx webpack-dev-server",
"build": "npx webpack"
},
"publishConfig": {
"access": "public"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"fs-extra": "~8.1.0",
"@jswf/core": "^0.1.10",
"css-loader": "^3.2.0",
"dts-bundle": "^0.7.3",
"node-sass": "^4.12.0",
"sass-loader": "^8.0.0",
"source-map-loader": "^0.2.4",
"style-loader": "^1.0.0",
"ts-loader": "^6.0.4",
"typescript": "^3.6.2",
"url-loader": "^2.1.0",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.8",
"webpack-dev-server": "^3.8.0"
}
}

