UNPKG

1.72 kBJSONView Raw
1{
2 "name": "millwright",
3 "description": "The easiest build tool you'll ever use.",
4 "version": "0.4.2",
5 "homepage": "https://millwrightjs.com",
6 "repository": "millwrightjs/millwright",
7 "author": "Shawn Erquhart (https://github.com/erquhart)",
8 "main": "./dist/index.js",
9 "files": [
10 "dist"
11 ],
12 "dependencies": {
13 "babel-core": "^6.18.2",
14 "babel-plugin-external-helpers": "^6.22.0",
15 "babel-preset-es2015": "^6.22.0",
16 "babel-preset-es2016": "^6.22.0",
17 "babel-preset-es2017": "^6.22.0",
18 "babel-preset-react": "^6.22.0",
19 "bluebird": "^3.4.7",
20 "browser-sync": "^2.18.1",
21 "chokidar": "^1.6.1",
22 "coffee-script": "^1.10.0",
23 "concat-with-sourcemaps": "^1.0.4",
24 "connect-history-api-fallback": "^1.3.0",
25 "connect-logger": "^0.0.1",
26 "cssnano": "^3.7.5",
27 "decache": "^4.1.0",
28 "fs-extra": "^1.0.0",
29 "less": "^2.7.1",
30 "mustache": "^2.2.1",
31 "node-sass": "^4.0.0",
32 "path-exists": "^3.0.0",
33 "postcss": "^5.1.2",
34 "postcss-cssnext": "^2.8.0",
35 "require-dir": "^0.3.1",
36 "rollup": "^0.41.4",
37 "rollup-plugin-babel": "^2.7.1",
38 "rollup-plugin-commonjs": "^7.0.0",
39 "rollup-plugin-node-resolve": "^2.0.0",
40 "stylus": "^0.54.5",
41 "uglify-js": "^2.7.3",
42 "yargs": "^6.4.0"
43 },
44 "devDependencies": {
45 "ava": "^0.17.0",
46 "babel-cli": "^6.18.0",
47 "babel-register": "^6.22.0",
48 "dir-compare": "^1.3.0",
49 "watch": "^1.0.1"
50 },
51 "engines": {
52 "node": ">= 4.0"
53 },
54 "scripts": {
55 "build": "babel src -d dist --presets es2015,es2016,es2017 --source-maps inline --copy-files",
56 "watch": "watch 'npm run build && npm test' src",
57 "test": "ava e2e/*/*.test.js"
58 },
59 "license": "MIT"
60}