forked from ryanelian/instapack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
100 lines (100 loc) · 2.43 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "instapack",
"version": "7.3.4-beta.1",
"description": "All-in-one TypeScript and Sass compiler for web applications!",
"keywords": [
"typescript",
"javascript",
"sass",
"css",
"html-template",
"nodejs",
"compiler",
"bundler",
"minify",
"sourcemaps",
"build-tool",
"developer-tools",
"front-end",
"client-side",
"vue",
"react",
"angularjs",
"single-page-app",
"progressive-web-app",
"babel"
],
"homepage": "https://github.com/ryanelian/instapack#readme",
"bugs": {
"url": "https://github.com/ryanelian/instapack/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": {
"name": "Ryan Elian",
"email": "[email protected]",
"url": "https://github.com/ryanelian"
},
"main": "bin/index.js",
"bin": {
"ipack": "bin/ipack.js",
"instapack": "bin/ipack.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ryanelian/instapack.git"
},
"scripts": {
"compile": "tsc",
"lint": "tslint -p .",
"test": "ava --verbose",
"test:watch": "ava --watch",
"build": "npm run compile && npm run lint && npm run test"
},
"dependencies": {
"@babel/core": "7.5.5",
"autoprefixer": "9.6.1",
"babel-loader": "8.0.6",
"chalk": "2.4.2",
"chokidar": "3.0.2",
"clean-css": "4.2.1",
"css-loader": "3.1.0",
"dotenv": "8.0.0",
"enhanced-resolve": "4.1.0",
"fast-glob": "3.0.4",
"fs-extra": "8.1.0",
"html-minifier": "4.0.0",
"loader-utils": "1.2.3",
"merge-source-map": "1.1.0",
"node-notifier": "5.4.0",
"portfinder": "1.0.21",
"postcss": "7.0.17",
"sass": "1.22.9",
"source-map": "0.7.3",
"tslint": "5.18.0",
"typescript": "3.5.3",
"upath": "1.1.2",
"vue-loader": "15.7.1",
"vue-template-compiler": "2.6.10",
"webpack": "4.39.0",
"webpack-dev-server": "3.7.2",
"webpack-sources": "1.4.1",
"which": "1.3.1",
"worker-farm": "1.7.0",
"yargs": "13.3.0"
},
"devDependencies": {
"@types/dotenv": "^6.1.1",
"@types/fs-extra": "^8.0.0",
"@types/html-minifier": "^3.5.3",
"@types/loader-utils": "^1.1.3",
"@types/node": "^12.6.9",
"@types/node-notifier": "^5.4.0",
"@types/webpack": "^4.32.1",
"@types/webpack-dev-server": "^3.1.7",
"@types/webpack-sources": "^0.1.5",
"@types/which": "^1.3.1",
"@types/yargs": "^13.0.2",
"ava": "2.2.0"
}
}