This repository has been archived by the owner on Aug 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
161 lines (161 loc) · 5.16 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
{
"name": "easy-ifta-app",
"version": "0.2.0",
"description": "App for Easy IFTA",
"scripts": {
"test": "npm run lint && npm run test:unit",
"testx": "cross-env NODE_ENV=test PORT=8080 MONGO_URL=mongodb://localhost:27017/mern-test node_modules/.bin/nyc node --harmony-proxies node_modules/.bin/ava",
"test:unit": "ava",
"watch:test": "npm run test -- --watch",
"cover": "nyc npm run test",
"check-coverage": "nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100",
"start:dev": "cross-env BABEL_DISABLE_CACHE=1 NODE_ENV=development PORT=8080 nodemon index.js",
"start:prod": "cross-env NODE_ENV=production node index.js",
"start": "cross-env NODE_ENV=production node index.js",
"bs": "npm run clean && npm run build && npm run start",
"build": "npm run build:server && npm run build:client",
"build:client": "cross-env NODE_ENV=production webpack --config webpack.config.prod.js",
"build:server": "cross-env BABEL_DISABLE_CACHE=1 NODE_ENV=production webpack --config webpack.config.server.js",
"clean": "rimraf dist",
"slate": "rimraf node_modules && npm install",
"lint": "eslint client server"
},
"browser": {
"joi": "joi-browser"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vivanov1410/easy-ifta-app.git"
},
"bugs": {
"url": "https://github.com/vivanov1410/easy-ifta-app/issues"
},
"author": "Viatcheslav Ivanov <slava.eth@gmail.com>, Svetlana Ivanova <svetlana.ivanova0509@gmail.com>",
"license": "MIT",
"dependencies": {
"ava": "^0.16.0",
"babel-core": "^6.13.2",
"body-parser": "^1.15.2",
"classnames": "^2.2.5",
"compression": "^1.6.2",
"cross-env": "^2.0.0",
"express": "^4.14.0",
"express-jwt": "^3.4.0",
"express-validation": "^1.0.0",
"http-status": "^0.2.3",
"is_js": "^0.8.0",
"isomorphic-fetch": "^2.2.1",
"joi": "^9.0.4",
"joi-browser": "^9.0.4",
"jsonwebtoken": "^7.1.7",
"lodash": "^4.14.1",
"moment": "^2.14.1",
"mongoose": "^4.5.8",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pluralize": "^3.0.0",
"react": "^15.3.0",
"react-bootstrap": "^0.30.2",
"react-dom": "^15.3.0",
"react-helmet": "^3.1.0",
"react-redux": "^4.4.5",
"react-router": "^2.6.1",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"sanitize-html": "^1.13.0"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-plugin-webpack-loaders": "^0.7.1",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-es2015-native-modules": "^6.9.3",
"babel-preset-react": "^6.11.1",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.11.6",
"chai": "^3.5.0",
"chunk-manifest-webpack-plugin": "https://github.com/brandondoran/chunk-manifest-webpack-plugin/tarball/f60e59a95fccdedbb617c6437cc9dd0a3773dd46",
"coveralls": "^2.11.12",
"css-loader": "^0.23.1",
"css-modules-require-hook": "^4.0.1",
"cssnano": "^3.7.3",
"enzyme": "^2.4.1",
"eslint": "^3.2.2",
"eslint-config-airbnb": "^10.0.0",
"eslint-plugin-ava": "^2.5.0",
"eslint-plugin-import": "^1.12.0",
"eslint-plugin-jsx-a11y": "^2.0.1",
"eslint-plugin-react": "^6.0.0",
"extract-text-webpack-plugin": "^2.0.0-beta",
"file-loader": "^0.9.0",
"jsdom": "^9.4.1",
"json-loader": "^0.5.4",
"mock-css-modules": "^1.0.0",
"mockgoose": "^6.0.6",
"nock": "^8.0.0",
"nodemon": "^1.10.0",
"null-loader": "^0.1.1",
"nyc": "^7.1.0",
"postcss-cssnext": "^2.7.0",
"postcss-focus": "^1.0.0",
"postcss-loader": "^0.9.1",
"postcss-reporter": "^1.4.1",
"react-addons-test-utils": "^15.3.0",
"react-hot-loader": "^3.0.0-beta.2",
"redux-ava": "^2.1.0",
"redux-devtools": "^3.3.1",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.0.11",
"rimraf": "^2.5.4",
"sinon": "^1.17.5",
"style-loader": "^0.13.1",
"supertest": "^2.0.0",
"url-loader": "^0.5.7",
"webpack": "^2.1.0-beta.20",
"webpack-dev-middleware": "^1.6.1",
"webpack-dev-server": "^2.1.0-beta.0",
"webpack-externals-plugin": "https://github.com/goalgoodies/webpack-externals-plugin/tarball/fafe508019e8b46fac09947048c4e0ef3e0ed369",
"webpack-hot-middleware": "^2.12.2",
"webpack-manifest-plugin": "^1.0.1"
},
"ava": {
"files": [
"client/**/*.spec.js",
"server/**/*.spec.js"
],
"source": [
"client/**/*.js",
"server/**/*.js"
],
"failFast": true,
"babel": "inherit",
"require": [
"./server/util/setup-test-env.js"
]
},
"nyc": {
"include": [
"client/**/*.js",
"server/**/*.js"
],
"exclude": [
"**/*.spec.js",
"client/reducers.js",
"client/store.js",
"client/routes.js",
"server/util/setup-test-env.js",
"server/util/test-helpers.js",
"server/config.js",
"server/dummyData.js"
],
"reporter": [
"lcov",
"text",
"html"
]
}
}