UNPKG

3.13 kBJSONView Raw
1{
2 "name": "create-js-app-scripts",
3 "version": "0.1.2",
4 "description": "Configuration and scripts for Create Js App.",
5 "repository": "michalkvasnicak/create-js-app",
6 "license": "MIT",
7 "bugs": {
8 "url": "https://github.com/michalkvasnicak/create-js-app/issues"
9 },
10 "engines": {
11 "node": ">=6.0"
12 },
13 "engineStrict": true,
14 "files": [
15 "bin",
16 "plugins",
17 "scripts"
18 ],
19 "bin": {
20 "create-js-app-scripts": "./bin/create-js-app-scripts.js"
21 },
22 "dependencies": {
23 "assets-webpack-plugin": "3.4.0",
24 "autoprefixer": "6.4.1",
25 "babel-core": "6.14.0",
26 "babel-eslint": "6.1.2",
27 "babel-loader": "6.2.5",
28 "babel-plugin-transform-class-properties": "6.11.5",
29 "babel-preset-latest-node6": "0.1.0",
30 "babel-preset-latest": "6.14.0",
31 "babel-preset-react": "6.11.1",
32 "babel-runtime": "6.9.2",
33 "blessed": "0.1.81",
34 "case-sensitive-paths-webpack-plugin": "1.1.3",
35 "css-loader": "0.25.0",
36 "cross-spawn": "4.0.0",
37 "dotenv": "2.0.0",
38 "eslint": "3.5.0",
39 "eslint-config-airbnb": "11.0.0",
40 "eslint-loader": "1.5.0",
41 "eslint-plugin-flowtype": "2.15.0",
42 "eslint-plugin-import": "1.14.0",
43 "eslint-plugin-jsx-a11y": "2.2.1",
44 "eslint-plugin-react": "6.2.0",
45 "express": "4.14.0",
46 "extract-text-webpack-plugin": "2.0.0-beta.4",
47 "flow-status-webpack-plugin": "0.1.6",
48 "file-loader": "0.9.0",
49 "chalk": "1.1.3",
50 "chokidar": "1.6.0",
51 "json-loader": "0.5.4",
52 "opn": "4.0.2",
53 "path-exists": "3.0.0",
54 "postcss-loader": "0.11.1",
55 "react": "0.14.8",
56 "react-blessed": "0.1.7",
57 "react-hot-loader": "3.0.0-beta.3",
58 "style-loader": "0.13.1",
59 "url-loader": "0.5.7",
60 "webpack": "^2.1.0-beta.22",
61 "webpack-dev-middleware": "1.6.1",
62 "webpack-hot-middleware": "2.12.2",
63 "webpack-md5-hash": "0.0.5",
64 "webpack-node-externals": "1.3.3"
65 },
66 "devDependencies": {
67 "bundle-deps": "1.0.0",
68 "flow-bin": "0.32.0"
69 },
70 "optionalDependencies": {
71 "fsevents": "1.0.14"
72 },
73 "scripts": {
74 "typecheck": "flow",
75 "lint": "eslint -c .eslintrc.js scripts"
76 },
77 "bundledDependencies": [
78 "assets-webpack-plugin",
79 "autoprefixer",
80 "babel-core",
81 "babel-eslint",
82 "babel-loader",
83 "babel-plugin-transform-class-properties",
84 "babel-preset-latest-node6",
85 "babel-preset-latest",
86 "babel-preset-react",
87 "babel-runtime",
88 "blessed",
89 "case-sensitive-paths-webpack-plugin",
90 "css-loader",
91 "cross-spawn",
92 "dotenv",
93 "eslint",
94 "eslint-config-airbnb",
95 "eslint-loader",
96 "eslint-plugin-flowtype",
97 "eslint-plugin-import",
98 "eslint-plugin-jsx-a11y",
99 "eslint-plugin-react",
100 "express",
101 "extract-text-webpack-plugin",
102 "flow-status-webpack-plugin",
103 "file-loader",
104 "chalk",
105 "chokidar",
106 "json-loader",
107 "opn",
108 "path-exists",
109 "postcss-loader",
110 "react",
111 "react-blessed",
112 "react-hot-loader",
113 "style-loader",
114 "url-loader",
115 "webpack",
116 "webpack-dev-middleware",
117 "webpack-hot-middleware",
118 "webpack-md5-hash",
119 "webpack-node-externals"
120 ]
121}
\No newline at end of file