This repository has been archived by the owner on Jan 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
86 lines (86 loc) · 2.62 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "vanilla-cli",
"version": "2.7.4",
"private": true,
"description": "Node.js tooling for the Vanilla Cli.",
"repository": "https://github.com/vanilla/vanilla-cli",
"author": "Adam Charron <[email protected]>",
"license": "MIT",
"dependencies": {
"@babel/core": "7.6.2",
"@vanilla/babel-preset": "3.0.1",
"autoprefixer": "9.1.1",
"babel-core": "6.26.3",
"babel-loader": "8.0.6",
"chalk": "2.4.1",
"chokidar": "3.4.2",
"cross-env": "5.2.0",
"cross-spawn": "6.0.5",
"cssnano": "4.0.5",
"del": "3.0.0",
"detect-port": "1.2.3",
"fibers": "5.0.0",
"fork-ts-checker-webpack-plugin": "0.4.8",
"glob": "7.1.2",
"glob-promise": "3.4.0",
"globby": "8.0.1",
"gulp": "4.0.2",
"gulp-cache": "1.0.2",
"gulp-cssnano": "2.1.3",
"gulp-eslint": "5.0.0",
"gulp-imagemin": "4.1.0",
"gulp-less": "4.0.1",
"gulp-livereload": "3.8.1",
"gulp-modify-file": "1.0.1",
"gulp-plumber": "1.2.1",
"gulp-postcss": "8.0.0",
"gulp-rename": "1.4.0",
"gulp-sass": "4.1.0",
"gulp-size": "3.0.0",
"gulp-sourcemaps": "2.6.4",
"happypack": "5.0.0",
"hard-source-webpack-plugin": "0.12.0",
"html-loader": "0.5.5",
"imagemin-pngquant": "6.0.0",
"natives": "1.1.6",
"postcss": "7.0.2",
"postcss-sass": "0.3.2",
"sass": "1.26.10",
"ts-loader": "4.4.2",
"ts-node": "6.0.5",
"tslint": "5.11.0",
"typescript": "3.5.3",
"uglifyjs-webpack-plugin": "1.3.0",
"webpack": "4.16.5",
"webpack-hot-middleware": "2.22.3",
"webpack-merge": "4.1.4",
"webpack-stream": "5.1.1",
"yargs": "12.0.1"
},
"devDependencies": {
"@types/autoprefixer": "6.7.3",
"@types/cssnano": "4.0.0",
"@types/del": "3.0.1",
"@types/detect-port": "1.1.0",
"@types/globby": "8.0.0",
"@types/jest": "23.3.1",
"@types/mock-fs": "3.6.30",
"@types/node": "10.7.0",
"@types/node-sass": "3.10.32",
"@types/resolve": "1.14.0",
"@types/uglifyjs-webpack-plugin": "1.1.0",
"@types/webpack-hot-middleware": "2.16.4",
"@types/webpack-merge": "4.1.3",
"@types/yargs": "11.1.1",
"@vanillaforums/prettier-config": "1.0.0",
"resolve": "1.14.2"
},
"resolutions": {
"natives": "1.1.6"
},
"browserslist": [
"ie > 9",
"last 6 iOS versions",
"last 4 versions"
]
}