UNPKG

2.38 kBJSONView Raw
1{
2 "name": "web-instant",
3 "version": "0.8.13",
4 "author": "George Jor",
5 "license": "MIT",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/yhjor1212/web-instant.git"
9 },
10 "bin": {
11 "web-instant": "bin/web-instant.js",
12 "wi": "bin/web-instant.js"
13 },
14 "scripts": {
15 "prepublish": "npm-run-all clean build",
16 "clean": "rimraf lib",
17 "build": "babel src --out-dir lib --source-maps",
18 "lint": "eslint src",
19 "test": "ava",
20 "dev": "nodemon --exec 'npm link' --watch src",
21 "coverage": "nyc npm test"
22 },
23 "eslintConfig": {
24 "extends": "eslint-config-airbnb-base",
25 "parser": "babel-eslint"
26 },
27 "babel": {
28 "presets": [
29 "es2015",
30 "stage-2"
31 ],
32 "plugins": [
33 "transform-flow-strip-types"
34 ],
35 "env": {
36 "test": {
37 "plugins": [
38 "istanbul"
39 ]
40 }
41 }
42 },
43 "ava": {
44 "source": [
45 "test/**/*.{js,jsx}"
46 ],
47 "concurrency": 5,
48 "failFast": true,
49 "tap": true,
50 "require": [
51 "babel-register"
52 ],
53 "babel": "inherit"
54 },
55 "nyc": {
56 "check-coverage": true,
57 "lines": 50,
58 "statements": 50,
59 "functions": 50,
60 "branches": 50,
61 "include": [
62 "src/**/*.js"
63 ]
64 },
65 "devDependencies": {
66 "ava": "^0.17.0",
67 "babel-eslint": "^7.0.0",
68 "babel-plugin-transform-flow-strip-types": "^6.21.0",
69 "eslint": "^3.12.2",
70 "eslint-config-airbnb-base": "^11.0.0",
71 "eslint-plugin-import": "^2.0.0",
72 "flow-bin": "^0.37.4",
73 "nodemon": "^1.10.2"
74 },
75 "dependencies": {
76 "babel-cli": "^6.16.0",
77 "babel-core": "^6.21.0",
78 "babel-polyfill": "^6.16.0",
79 "babel-preset-es2015": "^6.16.0",
80 "babel-preset-react": "^6.16.0",
81 "babel-preset-react-optimize": "^1.0.1",
82 "babel-preset-stage-2": "^6.17.0",
83 "babel-register": "^6.11.6",
84 "change-case": "^3.0.0",
85 "commander": "^2.9.0",
86 "common-errors": "^1.0.0",
87 "lodash": "^4.17.3",
88 "mkdirp": "^0.5.1",
89 "ncp": "^2.0.0",
90 "npm-run-all": "^3.1.0",
91 "offline-plugin": "^4.5.3",
92 "ora": "^0.4.0",
93 "postcss": "^5.2.8",
94 "postcss-cssnext": "^2.9.0",
95 "postcss-import": "^9.0.0",
96 "pushstate-server": "^2.1.0",
97 "rimraf": "^2.5.4",
98 "shelljs": "^0.7.4",
99 "temp": "^0.8.3",
100 "webpack": "2.2.0-rc.1",
101 "webpack-dev-server": "2.2.0-rc.0",
102 "winston": "^2.2.0"
103 }
104}