forked from TigerCox/suite-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
130 lines (130 loc) · 4.39 KB
/
package.json
File metadata and controls
130 lines (130 loc) · 4.39 KB
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
{
"name": "suite-client",
"version": "0.1.0",
"description": "Suite Demo Project using Fusion",
"homepage": "https://github.com/TigerCox/suite-client",
"repository": {
"type": "git",
"url": "https://github.com/TigerCox/suite-client.git"
},
"engines": {
"npm": ">=3"
},
"author": "Cox Automotive KC",
"license": "MIT",
"scripts": {
"preinstall": "node buildTools/nodeVersionCheck.js",
"start-message": "babel-node buildTools/startMessage.js",
"prestart": "npm-run-all --parallel start-message remove-dist",
"start": "npm-run-all --parallel test:watch open:src lint:watch",
"open:src": "babel-node buildTools/srcServer.js",
"open:dist": "babel-node buildTools/distServer.js",
"lint": "esw webpack.config.* src tools --color",
"lint:watch": "npm run lint -- --watch",
"clean-dist": "npm run remove-dist && mkdir dist",
"remove-dist": "rimraf ./dist",
"prebuild": "npm run clean-dist && npm run lint && npm run test",
"build": "babel-node buildTools/build.js && npm run open:dist",
"test": "mocha buildTools/testSetup.js \"src/**/*.spec.js\" --reporter progress",
"test:watch": "npm run test -- --watch",
"test:cover": "babel-node node_modules/isparta/bin/isparta cover --root src --report html node_modules/mocha/bin/_mocha -- --require ./buildTools/testSetup.js \"src/**/*.spec.js\" --reporter progress",
"open:cover": "npm run test:cover && open coverage/index.html",
"predeploy": "npm run prebuild && babel-node buildTools/build.js",
"deploy": "firebase deploy --project fusion-starter",
"preversion": "npm run deploy"
},
"dependencies": {
"axios": "0.14.0",
"components": "0.1.0",
"file-exists": "2.0.0",
"griddle-react": "0.6.1",
"history": "3.0.0",
"object-assign": "4.1.0",
"react": "15.3.1",
"react-bootstrap": "0.30.3",
"react-bootstrap-datetimepicker": "0.0.22",
"react-d3-responsive": "0.0.20",
"react-dom": "15.3.1",
"react-fontawesome": "1.1.0",
"react-lazyload": "2.1.4",
"react-progress-bar-plus": "1.2.0",
"react-redux": "4.4.5",
"react-richtext": "1.1.0",
"react-router": "2.7.0",
"react-router-bootstrap": "0.23.1",
"react-select": "1.0.0-beta14",
"redux": "3.5.2",
"redux-thunk": "2.1.0"
},
"devDependencies": {
"autoprefixer": "6.4.0",
"babel-cli": "6.14.0",
"babel-core": "6.14.0",
"babel-eslint": "6.1.2",
"babel-loader": "6.2.5",
"babel-plugin-react-display-name": "2.0.0",
"babel-plugin-transform-react-constant-elements": "6.9.1",
"babel-plugin-transform-react-remove-prop-types": "0.2.9",
"babel-preset-latest": "6.14.0",
"babel-preset-react": "6.11.1",
"babel-preset-react-hmre": "1.1.1",
"babel-preset-stage-2": "6.13.0",
"babel-register": "6.14.0",
"browser-sync": "2.14.3",
"chai": "3.5.0",
"chalk": "1.1.3",
"connect-history-api-fallback": "1.3.0",
"coveralls": "2.11.12",
"cross-env": "2.0.1",
"css-loader": "0.24.0",
"enzyme": "2.4.1",
"eslint": "3.4.0",
"eslint-plugin-import": "1.14.0",
"eslint-plugin-jsx-a11y": "2.2.0",
"eslint-plugin-react": "6.2.0",
"eslint-watch": "2.1.14",
"eventsource-polyfill": "0.9.6",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"firebase-tools": "3.0.7",
"fusion-theme": "2.0.1",
"glob": "7.0.6",
"html-webpack-plugin": "2.22.0",
"isparta": "4.0.0",
"jsdom": "9.4.5",
"mocha": "3.0.2",
"mockdate": "1.0.4",
"node-sass": "3.8.0",
"npm-install-webpack-plugin": "4.0.4",
"npm-run-all": "3.1.0",
"open": "0.0.5",
"postcss": "5.1.2",
"postcss-loader": "0.11.1",
"react-addons-test-utils": "15.3.1",
"react-entypo": "1.2.5",
"redux-immutable-state-invariant": "1.2.3",
"rimraf": "2.5.4",
"sass-loader": "4.0.0",
"sinon": "1.17.5",
"sinon-chai": "2.8.0",
"style-loader": "0.13.1",
"stylelint": "7.2.0",
"stylelint-config-standard": "13.0.0",
"stylelint-selector-bem-pattern": "1.0.0",
"stylelint-webpack-plugin": "0.3.1",
"transfer-webpack-plugin": "0.1.4",
"url-loader": "0.5.7",
"webpack": "1.13.2",
"webpack-dev-middleware": "1.6.1",
"webpack-hot-middleware": "2.12.2",
"webpack-md5-hash": "0.0.5"
},
"keywords:": [
"fusion"
],
"bugs": {
"url": "https://github.com/cox-auto-kc/fusion-starter/issues"
},
"main": "webpack.config.dev.js",
"keywords": []
}