forked from sseletskyy/jspm-react-ava-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
172 lines (172 loc) · 5.65 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
{
"name": "app",
"version": "0.0.1",
"description": "Boilerplace for react app using jspm, ava and docker, and no webpack; development and production modes",
"main": "app.js",
"engines": {
"node": ">=6.9.0"
},
"scripts": {
"#postinstall": "jspm install",
"precommit": "docker/ava.sh",
"lint": "standard 'public/src/**/*.js' --fix",
"lint:watch": "nodemon --watch public/src --exec npm run lint",
"pretest": "npm run lint",
"start": "node server",
"open:src": "node tools/openBrowser.js",
"start:open": "npm-run-all --parallel start open:src",
"start:all": "npm-run-all --parallel start cover:watch open:src",
"ava": "NODE_ENV=test NODE_PATH=public/src ava",
"ava:match": "NODE_ENV=test NODE_PATH=public/src ava --match=",
"test": "npm run ava",
"test:verbose": "DEBUG=ava:watcher npm run ava -- --verbose",
"test:watch": "npm run ava -- --watch",
"cover": "nyc npm run test",
"cover:watch": "nodemon --quiet --watch public/src --exec npm run cover -s",
"watch": "npm-run-all --parallel lint:watch test:watch",
"jspm:bundle": "jspm bundle app dist/bundle.js --minify",
"jspm:bundle:watch": "nodemon --quiet --watch public/src --exec npm run jspm:bundle",
"jspm:bundle-sfx": "jspm bundle-sfx app dist-sfx/bundle-sfx.js --minify --format global --skip-source-maps",
"jspm:bundle-sfx:watch": "nodemon --quiet --watch public/src --exec npm run jspm:bundle-sfx",
"staging": "NODE_ENV=staging npm-run-all --parallel jspm:bundle:watch start open:src",
"production": "NODE_ENV=production npm-run-all --parallel jspm:bundle-sfx:watch start open:src"
},
"repository": {
"type": "git",
"url": "[email protected]:sseletskyy/jspm-react-ava-docker.git"
},
"author": "[email protected]",
"bugs": {
"url": "https://github.com/sseletskyy/jspm-react-ava-docker/issues"
},
"homepage": "https://github.com/sseletskyy/jspm-react-ava-docker",
"jspm": {
"directories": {
"baseURL": "public"
},
"configFile": "public/jspm.config.js",
"dependencies": {
"css": "npm:jspm-loader-css-modules@^1.0.1-beta1",
"es6-promise": "npm:es6-promise@^4.1.0",
"history": "npm:history@^4.6.1",
"isomorphic-fetch": "npm:isomorphic-fetch@^2.2.1",
"jspm-loader-css": "npm:jspm-loader-css@^1.1.0",
"lodash": "npm:lodash@^4.17.4",
"muicss": "npm:muicss@^0.9.16",
"prop-types": "npm:prop-types@^15.5.10",
"rc-slider": "npm:rc-slider@^8.1.2",
"react": "npm:[email protected]",
"react-dom": "npm:react-dom@^15.2.1",
"react-redux": "npm:react-redux@^5.0.5",
"react-router": "npm:[email protected]",
"react-router-dom": "npm:react-router-dom@^4.1.1",
"react-router-redux": "npm:[email protected]",
"recompose": "npm:recompose@^0.23.5",
"redux": "npm:redux@^3.6.0",
"redux-form": "npm:redux-form@^6.7.0",
"redux-promise": "npm:redux-promise@^0.5.3",
"redux-thunk": "npm:redux-thunk@^2.2.0"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4",
"enzyme": "npm:enzyme@^2.8.2",
"indent.js": "npm:indent.js@^0.1.5",
"nock": "npm:nock@^9.0.13",
"redux-immutable-state-invariant": "npm:redux-immutable-state-invariant@^2.0.0",
"redux-mock-store": "npm:redux-mock-store@^1.2.3",
"sinon": "npm:sinon@^2.3.5",
"systemjs-hot-reloader": "npm:systemjs-hot-reloader@^1.1.0"
},
"overrides": {
"npm:[email protected]": {
"peerDependencies": {
"react": "15.5.4"
}
}
}
},
"dependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"history": "^4.6.1",
"http-server": "skleeschulte/http-server",
"lodash": "^4.17.4",
"rc-slider": "^8.1.3",
"react": "^15.5.4",
"react-router-redux": "^4.0.8",
"recompose": "^0.23.5",
"redux": "^3.6.0",
"redux-form": "^6.7.0",
"redux-promise": "^0.5.3"
},
"devDependencies": {
"ava": "^0.19.1",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-app": "^3.0.0",
"babel-preset-stage-3": "^6.24.1",
"babel-register": "^6.9.0",
"chai": "^3.5.0",
"chokidar-socket-emitter": "^0.5.2",
"enzyme": "^2.8.2",
"enzyme-to-json": "^1.5.1",
"glob": "^7.0.4",
"husky": "^0.11.4",
"ignore-styles": "^5.0.1",
"inspect-process": "^0.4.2",
"jasmine-reporters": "^2.2.1",
"jsdom": "^11.0.0",
"jspm": "stable",
"nodemon": "^1.11.0",
"npm-run-all": "^4.0.2",
"nyc": "^11.0.2",
"open": "^0.0.5",
"react-dom": "^15.5.4",
"react-redux": "^5.0.5",
"react-test-renderer": "^15.5.4",
"redux-immutable-state-invariant": "^2.0.0",
"sinon": "^2.3.4",
"standard": "^7.1.2",
"systemjs": "^0.19.31"
},
"standard": {
"ignore": [
"public/jspm.config.js",
"dist/"
],
"parser": "babel-eslint"
},
"ava": {
"require": [
"babel-register",
"./public/jspm-loader.js",
"./public/ava-test-setup.js"
],
"babel": "inherit",
"files": [
"public/src/**/*.test.js",
"public/src/**/*.e2e.js",
"!node_modules/*"
],
"concurrency": 5,
"failFast": false,
"failWithoutAssertions": false,
"tap": false,
"powerAssert": false
},
"nyc": {
"reporter": [
"lcov",
"text",
"html"
]
}
}