forked from symfony/webpack-encore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.45 KB
/
Copy pathpackage.json
File metadata and controls
90 lines (90 loc) · 2.45 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
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
{
"name": "@symfony/webpack-encore",
"version": "0.19.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec test --recursive",
"lint": "./node_modules/.bin/eslint lib test index.js",
"travis:lint": "npm run lint && npm run nsp",
"nsp": "./node_modules/.bin/nsp check --output summary"
},
"bin": {
"encore": "bin/encore.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/symfony/webpack-encore.git"
},
"author": "Ryan Weaver <ryan@knpuniversity.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/symfony/webpack-encore/issues"
},
"engines": {
"node": ">=6.0.0"
},
"homepage": "https://github.com/symfony/webpack-encore",
"dependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^7.1.0",
"babel-preset-env": "^1.2.2",
"chalk": "^1.1.3",
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.26.2",
"extract-text-webpack-plugin": "^3.0.0",
"fast-levenshtein": "^2.0.6",
"file-loader": "^0.10.1",
"friendly-errors-webpack-plugin": "^1.6.1",
"fs-extra": "^2.0.0",
"loader-utils": "^1.1.0",
"lodash": ">=3.5 <5",
"pkg-up": "^1.0.0",
"pretty-error": "^2.1.1",
"resolve-url-loader": "^2.0.2",
"style-loader": "^0.13.2",
"webpack": ">=2.2.0 <4",
"webpack-chunk-hash": "^0.5.0",
"webpack-dev-server": "^2.4.5",
"yargs": "^8.0.1"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.23.0",
"chai": "^3.5.0",
"chai-fs": "^1.0.0",
"coffee-loader": "^0.9.0",
"coffeescript": "^2.0.2",
"eslint": "^3.19.0",
"eslint-plugin-header": "^1.0.0",
"eslint-plugin-node": "^4.2.2",
"fork-ts-checker-webpack-plugin": "^0.2.7",
"http-server": "^0.9.0",
"less": "^2.7.2",
"less-loader": "^4.0.2",
"mocha": "^3.2.0",
"node-sass": "^4.5.3",
"nsp": "^2.6.3",
"postcss-loader": "^1.3.3",
"preact": "^8.2.1",
"preact-compat": "^3.17.0",
"sass-loader": "^6.0.3",
"sinon": "^2.3.4",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"ts-loader": "^2.1.0",
"typescript": "^2.3.4",
"vue": "^2.3.4",
"vue-loader": "^12.2.1",
"vue-template-compiler": "^2.3.4",
"webpack-notifier": "^1.5.0",
"zombie": "^5.0.5"
},
"files": [
"lib/",
"bin/",
"index.js"
]
}