-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.61 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.61 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@netkata/webpack-configs",
"version": "0.1.0",
"main": "lib/index.js",
"license": "MIT",
"scripts": {
"build": "tsc",
"test": "jest",
"lint": "tslint -p tsconfig.json",
"docs:dev": "vuepress dev",
"docs:build": "vuepress build"
},
"dependencies": {
"@babel/core": "^7.4.4",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@types/lodash": "^4.14.129",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.5",
"browser-sync-webpack-plugin": "^2.2.2",
"core-js": "^2.6.3",
"cross-spawn": "^6.0.5",
"css-loader": "^2.1.0",
"file-loader": "^3.0.1",
"iconfont-plugin-webpack": "^1.1.2",
"image-webpack-loader": "^5.0.0",
"lodash-es": "^4.17.11",
"lodash.merge": "^4.6.1",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.12.0",
"node-sass-magic-importer": "^5.3.1",
"postcss-loader": "^3.0.0",
"resolve-cwd": "^3.0.0",
"resolve-url-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.2.1"
},
"devDependencies": {
"@types/jest": "^24.0.13",
"@types/memory-fs": "^0.3.2",
"@types/mini-css-extract-plugin": "^0.2.0",
"@types/node": "^12.0.2",
"@types/webpack-dev-server": "^3.1.1",
"@types/webpack-merge": "^4.1.3",
"jest": "^24.5.0",
"memory-fs": "^0.4.1",
"ts-jest": "^24.0.0",
"tslint": "^5.12.1",
"tslint-config-airbnb": "^5.11.1",
"typescript": "^3.2.4",
"vuepress": "^0.14.8"
}
}