UNPKG

1.71 kBJSONView Raw
1{
2 "name": "build-app",
3 "version": "0.3.8",
4 "description": "Build system for full-stack JS applications",
5 "scripts": {
6 "build": "node scripts/build.js"
7 },
8 "author": "Yegor Sytnyk",
9 "license": "MIT",
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/build-js-app/build-app.git"
13 },
14 "engines": {
15 "node": ">=6"
16 },
17 "bin": {
18 "app-scripts": "./bin/app-scripts.js",
19 "napp": "./bin/app-scripts.js"
20 },
21 "dependencies": {
22 "archiver": "^1.3.0",
23 "babel-core": "^6.18.2",
24 "babel-loader": "^6.2.8",
25 "babel-plugin-transform-class-properties": "^6.23.0",
26 "babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
27 "babel-plugin-transform-object-rest-spread": "^6.23.0",
28 "babel-plugin-transform-runtime": "^6.23.0",
29 "babel-polyfill": "^6.16.0",
30 "babel-preset-backpack": "0.0.9",
31 "babel-preset-env": "^1.2.0",
32 "babel-preset-es2015": "^6.22.0",
33 "chalk": "^1.1.3",
34 "chokidar": "^1.6.1",
35 "cli-clear": "^1.0.4",
36 "command-exists": "^1.2.2",
37 "cross-spawn": "^5.0.1",
38 "date-fns": "^1.28.5",
39 "del": "^2.2.2",
40 "download-git-repo": "^1.0.1",
41 "ejs": "^2.5.6",
42 "friendly-errors-webpack-plugin": "^1.1.2",
43 "fs-extra": "^2.1.2",
44 "global-modules": "^0.2.3",
45 "globby": "^6.1.0",
46 "json-loader": "^0.5.4",
47 "klaw-sync": "^1.1.2",
48 "moment": "^2.17.1",
49 "nodemon": "^1.11.0",
50 "semver": "^5.3.0",
51 "validate-npm-package-name": "^3.0.0",
52 "webpack": "^2.2.1",
53 "yargs": "^7.0.2"
54 },
55 "devDependencies": {
56 "@types/fs-extra": "^2.0.0",
57 "@types/node": "^6.0.79",
58 "@types/lodash": "^4.14.55"
59 }
60}