This repository has been archived by the owner on Nov 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.92 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
{
"name": "@prismdev/lightweight-bundler",
"version": "1.0.0-beta.3",
"description": "Lightweight bundler for landing pages",
"engines": {
"node": ">=8.9"
},
"bin": {
"lightweight-bundler": "./bin/lightweight-bundler.js"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/nckcol/prism-lightweight-bundler.git"
},
"keywords": [
"Prism",
"bundler",
"lightweight",
"fast",
"slim",
"PostCSS",
"Webpack",
"ES2015"
],
"author": "Nikita Popov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nckcol/prism-lightweight-bundler/issues"
},
"homepage": "https://github.com/nckcol/prism-lightweight-bundler#readme",
"dependencies": {
"@babel/core": "^7.0.0-beta.34",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.34",
"@babel/plugin-proposal-decorators": "^7.0.0-beta.34",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.34",
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.34",
"@babel/preset-env": "^7.0.0-beta.34",
"autoprefixer": "^7.2.2",
"babel-loader": "^8.0.0-beta.0",
"babel-minify-webpack-plugin": "^0.2.0",
"chalk": "^2.3.0",
"copy-webpack-plugin": "^4.2.3",
"cross-spawn": "^5.1.0",
"css-loader": "^0.28.7",
"cssnano": "^4.0.0-rc.2",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"fs-extra": "^4.0.3",
"opn": "^5.1.0",
"postcss-calc": "^6.0.1",
"postcss-css-variables": "^0.8.0",
"postcss-flexbugs-fixes": "^3.2.0",
"postcss-loader": "^2.0.9",
"postcss-nested": "^2.1.2",
"style-loader": "^0.19.0",
"svgo": "^1.0.3",
"svgo-loader": "^2.1.0",
"url": "^0.11.0",
"url-loader": "^0.6.2",
"webpack": "^3.10.0",
"webpack-config-utils": "^2.3.0",
"webpack-dev-server": "^2.9.7",
"webpack-format-messages": "^1.0.1",
"webpack-merge": "^4.1.1"
}
}