-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
144 lines (144 loc) · 4.3 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
{
"name": "@wombats-writing-code/fbw-platform-common",
"version": "5.3.4",
"description": "Common stuff to the FbW apps",
"main": "index.js",
"engines": {
"node": ">=4.5.0",
"npm": "^3.0.0"
},
"scripts": {
"build": "./node_modules/.bin/babel src/ --copy-files --out-dir .",
"prepublish": "npm run build",
"test": "NODE_ENV=test ./node_modules/.bin/mocha --require ignore-styles -r jsdom-global/register --compilers js:babel-core/register --colors $(find . -path './src/*' -name '*.unit-spec.js' -o -path './src/*' -name '*.spec.js')",
"karma": "karma start --browsers Chrome --log-level debug",
"jest": "jest"
},
"files": [
"/assets",
"/components",
"/configuration",
"/d2lcredentials",
"/d2lutils",
"/logger",
"/reducers",
"/selectors",
"/styles",
"/utilities",
"/src"
],
"jest": {
"preset": "react-native"
},
"dependencies": {
"axios": "^0.15.2",
"babel-core": "^6.1.21",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-react": "^6.11.1",
"babel-preset-react-native-stage-0": "^1.0.1",
"babel-runtime": "^6.11.6",
"better-npm-run": "0.0.13",
"css-loader": "^0.25.0",
"cssnano": "^3.7.4",
"debug": "^2.2.0",
"extract-text-webpack-plugin": "^1.0.0",
"file-loader": "^0.9.0",
"fs-extra": "^1.0.0",
"html-webpack-plugin": "^2.22.0",
"imports-loader": "^0.6.5",
"ip": "^1.1.2",
"jquery": "^3.1.1",
"json-loader": "^0.5.4",
"karma-mocha": "^1.3.0",
"lockr": "^0.8.4",
"moment-timezone": "^0.5.11",
"node-sass": "^3.7.0",
"normalize.css": "^5.0.0",
"postcss-loader": "^1.1.0",
"query-string": "^5.0.1",
"react": "^15.4.2",
"react-addons-shallow-compare": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-aria-live": "^1.0.4",
"react-dates": "^4.3.0",
"react-document-title": "^2.0.3",
"react-dom": "^15.4.2",
"react-modal": "^2.3.2",
"react-progressbar": "^15.4.1",
"react-redux": "^4.4.5",
"react-router": "3",
"react-spinner": "^0.2.6",
"redux": "^3.6.0",
"redux-thunk": "^2.0.0",
"rimraf": "^2.5.4",
"sass-loader": "^4.0.0",
"should": "^11.1.2",
"slug": "^0.9.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.6",
"valence": "github:wombats-writing-code/valence-sdk-javascript",
"webpack": "^1.12.14",
"yargs": "^6.3.0"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-core": "^6.17.0",
"babel-eslint": "^7.1.0",
"babel-jest": "^18.0.0",
"babel-plugin-istanbul": "^2.0.1",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-preset-airbnb": "^2.1.1",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babelify": "^7.3.0",
"browserify": "^13.1.1",
"chai": "^3.4.1",
"chai-as-promised": "^6.0.0",
"chai-enzyme": "^0.5.0",
"chai-http": "^3.0.0",
"cheerio": "^0.20.0",
"codecov": "^1.0.1",
"connect-history-api-fallback": "^1.3.0",
"enzyme": "^2.7.0",
"eslint": "^3.0.1",
"eslint-config-standard": "^6.0.0",
"eslint-config-standard-react": "^4.0.0",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-promise": "^3.0.0",
"eslint-plugin-react": "^6.0.0",
"eslint-plugin-standard": "^2.0.0",
"express": "^4.14.0",
"ignore-styles": "^5.0.1",
"jasmine-core": "^2.5.2",
"jest": "^18.0.0",
"jsdom": "9.9.1",
"jsdom-global": "2.1.0",
"karma": "^1.0.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-browserify": "^5.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.0.0",
"karma-jasmine": "^1.1.0",
"karma-mocha": "^1.0.1",
"karma-mocha-reporter": "^2.0.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.1",
"karma-webpack-with-fast-source-maps": "^1.10.0",
"mocha": "^4.1.0",
"nock": "^9.0.5",
"nodemon": "^1.10.2",
"phantomjs-prebuilt": "^2.1.12",
"react-addons-test-utils": "15.2.1",
"react-test-renderer": "^15.4.1",
"redbox-react": "^1.2.10",
"redux-mock-store": "^1.2.1",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0",
"watchify": "^3.8.0",
"webpack": "^1.14.0",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.12.2"
}
}