forked from Dandan1314/stb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.56 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
{
"name": "framework-stb",
"version": "2.2.0",
"description": "",
"main": "index.js",
"scripts": {
"doc": "gulp typedoc",
"start:pro": "yarn webpack --config=webpack.config.ts --mode=production && yarn gulp init-file",
"start:dev": "yarn gulp init-file && yarn webpack-dev-server --open --hot --inline && yarn webpack --config=webpack.config.ts --mode=development --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/442331311/framework_stb.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/442331311/framework_stb"
},
"homepage": "https://github.com/442331311/framework_stb",
"devDependencies": {
"@types/node": "^10.5.8",
"@types/webpack": "^4.4.9",
"awesome-typescript-loader": "^5.2.0",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.11",
"es3ify-loader": "^0.2.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"gulp": "^3.9.1",
"gulp-rename": "^1.3.0",
"gulp-replace": "^1.0.0",
"gulp-sequence": "^1.0.0",
"html-webpack-plugin": "^3.2.0",
"html-withimg-loader": "^0.1.16",
"http-server": "^0.11.1",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"postcss-loader": "^3.0.0",
"style-loader": "^0.23.0",
"ts-loader": "^4.4.2",
"ts-node": "^7.0.0",
"typedoc": "^0.11.1",
"typescript": "^2.9.2",
"uglifyjs-webpack-plugin": "^2.1.2",
"webpack": "^4.16.5",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.2.1"
},
"dependencies": {}
}