-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.66 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
{
"name": "webpack-multipage-ts",
"version": "1.0.0",
"description": "A Zangai Style webpack-multipage-ts boilerplate",
"private": true,
"scripts": {
"fix": "tslint --fix -c tslint.json",
"start": "cross-env NODE_ENV=development webpack-dev-server --config ./scripts --mode development",
"build": "cross-env NODE_ENV=production webpack --config ./scripts --mode production",
"analyse": "cross-env NODE_ENV=development webpack --profile --json > stats.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZangaiFamily/webpack-multipage-ts.git"
},
"keywords": [],
"author": "ZangaiFamily",
"authors": [
"https://github.com/ZangaiFamily/webpack-multipage-ts/graphs/contributors"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/ZangaiFamily/webpack-multipage-ts/issues"
},
"homepage": "https://github.com/ZangaiFamily/webpack-multipage-ts#readme",
"devDependencies": {
"@types/rx": "^4.1.1",
"clean-webpack-plugin": "^2.0.1",
"cross-env": "^5.2.0",
"css-loader": "^2.1.1",
"cssnano": "^4.1.10",
"file-loader": "^3.0.1",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"rxjs": "^6.4.0",
"sass-loader": "^7.1.0",
"spectre.css": "^0.5.8",
"style-loader": "^0.23.1",
"ts-loader": "^5.3.3",
"tslint": "^5.15.0",
"tslint-loader": "^3.5.4",
"tslint-webpack-plugin": "^2.0.4",
"typescript": "^3.4.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
}
}