UNPKG

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