-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 4.02 KB
/
package.json
File metadata and controls
126 lines (126 loc) · 4.02 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
{
"name": "trm-front-end",
"version": "1.0.0",
"description": "The Racing Manager",
"main": "index.js",
"scripts": {
"production": "NODE_ENV=production webpack --config webpack.prod.config.js",
"start": "webpack-dev-server --content-base src/ --progress --inline --hot",
"dev": "webpack -d",
"lint": "eslint ./src/* --fix",
"test": "NODE_ENV=test NODE_PATH=./src mocha -w --opts mocha.opts --recursive $(find src -name '*.spec.js')",
"hook-test": "NODE_ENV=test NODE_PATH=./src mocha --opts mocha.opts --recursive $(find src -name '*.spec.js')"
},
"author": "Vitamin London",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.7.2",
"babel-core": "^6.22.1",
"babel-jest": "^21.0.2",
"babel-loader": "^7.0.0",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"chai": "^3.5.0",
"chai-enzyme": "^0.6.1",
"clean-webpack-plugin": "^0.1.15",
"css-loader": "^0.28.0",
"enzyme": "^2.7.1",
"eslint": "^3.16.0",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.6.3",
"eslint-plugin-chai-friendly": "^0.3.6",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.4.2",
"eslint-plugin-react": "^6.10.0",
"eslint-plugin-standard": "^3.0.1",
"exports-loader": "^0.6.4",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"html-webpack-plugin": "^2.28.0",
"ignore-styles": "^5.0.1",
"import-glob-loader": "^1.1.0",
"imports-loader": "^0.7.1",
"isdev": "^1.0.1",
"it-each": "^0.3.1",
"jest": "^21.1.0",
"jest-enzyme": "^3.8.3",
"jsdom": "^9.9.1",
"jsdom-global": "^2.1.1",
"mocha": "^3.2.0",
"mock-local-storage": "^1.0.4",
"node-sass": "^4.4.0",
"postcss-loader": "^1.2.2",
"pre-commit": "^1.2.2",
"react-addons-perf": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"redux-logger": "^3.0.1",
"redux-mock-store": "^1.2.2",
"sass-loader": "^6.0.3",
"sinon": "^2.1.0",
"style-loader": "^0.16.1",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.4",
"webpack-validator": "^3.0.0"
},
"dependencies": {
"bootstrap-grid": "^2.0.1",
"bootstrap-sass": "^3.3.7",
"classnames": "^2.2.5",
"css-animation": "^1.3.2",
"deep-equal": "^1.0.1",
"draft-js": "^0.10.4",
"es6-promise": "^4.1.0",
"immutability-helper": "^2.4.0",
"immutable": "^3.8.2",
"is-number": "^3.0.0",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.4",
"markdown-draft-js": "^0.4.3",
"moment": "^2.18.1",
"normalize.css": "^6.0.0",
"prop-types": "^15.5.8",
"query-string": "^5.0.0",
"rc-slider": "^8.1.3",
"rc-tooltip": "^3.5.0",
"react": "^15.4.2",
"react-autocomplete": "^1.7.2",
"react-click-outside": "^2.3.1",
"react-document-title": "^2.0.3",
"react-dom": "^15.4.2",
"react-dropdown-input": "^0.1.11",
"react-draft-wysiwyg": "^1.10.12",
"react-dropzone": "^4.1.3",
"react-hot-loader": "^3.0.0-beta.7",
"react-jw-player": "^1.13.0",
"react-motion": "^0.5.0",
"react-redux": "^5.0.2",
"react-responsive": "^1.3.0",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-router-hash-link": "^1.1.0",
"react-select": "^1.0.0-rc.10",
"react-select-fast-filter-options": "^0.2.3",
"react-side-effect": "^1.1.3",
"react-stack-grid": "^0.6.0",
"react-stripe-elements": "^1.2.0",
"react-tap-event-plugin": "^2.0.1",
"react-transition-group": "^1.1.3",
"react-virtualized": "^9.12.0",
"react-virtualized-select": "^3.1.0",
"redux": "^3.6.0",
"redux-form": "^7.0.4",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"showdown": "^1.8.1",
"smoothscroll-polyfill": "^0.3.6",
"titleize": "^1.0.0",
"whatwg-fetch": "^2.0.3"
},
"pre-commit": [
"hook-test"
]
}