-
Notifications
You must be signed in to change notification settings - Fork 397
/
package.json
85 lines (85 loc) · 2.57 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
{
"name": "sir-trevor",
"version": "0.9.0-beta9",
"main": "build/sir-trevor.js",
"repository": {
"type": "git",
"url": "[email protected]:madebymany/sir-trevor-js.git"
},
"scripts": {
"test": "grunt test",
"integration": "grunt test-integration",
"dist": "grunt",
"dev": "grunt dev watch",
"jest": "jest"
},
"jest": {
"verbose": true
},
"dependencies": {
"es5-shim": "^4.5.12",
"svg4everybody": "^2.1.9"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"array.prototype.find": "^2.0.4",
"autoprefixer-loader": "^3.2.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"css-loader": "^2.0.2",
"es6-promise": "^4.2.5",
"es6-shim": "^0.35.4",
"eventablejs": "^1.0.5",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^3.0.1",
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-jasmine": "^2.2.0",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-jasmine-nodejs": "^1.6.1",
"grunt-karma": "^3.0.1",
"grunt-webpack": "^3.1.3",
"jest": "^25.5.4",
"jsonp-promise": "^0.1.2",
"karma": "^3.1.4",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^2.0.1",
"karma-webpack": "^3.0.5",
"lodash.isempty": "^2.4.1",
"lodash.isfunction": "^2.4.1",
"lodash.isobject": "^2.4.1",
"lodash.isstring": "^2.4.1",
"lodash.isundefined": "^2.4.1",
"lodash.result": "^2.4.1",
"lodash.template": "^2.4.1",
"lodash.uniqueid": "^2.4.1",
"micromodal": "https://github.com/madebymany/Micromodal/tarball/patch-1",
"mini-css-extract-plugin": "^0.5.0",
"morgan": ">=1.9.1",
"mversion": "^1.12.0",
"object.assign": "^4.1.0",
"prettier": "^1.15.3",
"regenerator-runtime": "^0.13.1",
"sass": "^1.43.4",
"sass-loader": "^10.2.0",
"scribe-editor": "https://github.com/madebymany/scribe.git#st-1.0.1",
"scribe-plugin-formatter-plain-text-convert-new-lines-to-html": "^0.1.1",
"scribe-plugin-sanitizer": "https://github.com/madebymany/scribe-plugin-sanitizer.git#st-1.0.0",
"selection-range": "^1.1.0",
"selenium-webdriver": "3.6.0",
"spin.js": "^4.0.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.43.0",
"webpack-config-merger": "0.1.0",
"webpack-dev-server": "^3.1.11",
"whatwg-fetch": "^3.0.0"
}
}