forked from django-cms/django-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.71 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
{
"name": "djangoCMS",
"private": true,
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.0",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-rewire": "^1.1.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.4.0",
"browserslist-saucelabs": "^0.2.3",
"djangocms-casper-helpers": "^3.0.0",
"eslint-plugin-compat": "^1.0.2",
"exports-loader": "^0.6.4",
"gulp": "3.9.1",
"gulp-clean-css": "^3.0.4",
"gulp-eslint": "^3.0.1",
"gulp-iconfont": "3.0.1",
"gulp-iconfont-css": "0.0.9",
"gulp-if": "1.2.5",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.4.0",
"gulp-sass": "3.1.0",
"gulp-sourcemaps": "2.4.1",
"gulp-util": "3.0.5",
"imports-loader": "^0.7.1",
"istanbul-instrumenter-loader": "^2.0.0",
"jasmine-core": "^2.3.4",
"karma": "^0.13.15",
"karma-coverage": "^0.5.3",
"karma-coveralls": "^1.1.2",
"karma-fixture": "^0.2.5",
"karma-html2js-preprocessor": "^0.1.0",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^1.0.0",
"karma-phantomjs-shim": "^1.1.2",
"karma-sauce-launcher": "^0.3.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.4",
"minimist": "1.2.0",
"phantomjs-prebuilt": "^2.1.7",
"raw-loader": "^0.5.1",
"webpack": "^3.0.0"
},
"dependencies": {
"babel-runtime": "^6.23.0",
"diff-dom": "^2.1.0",
"fuzzaldrin": "^2.1.0",
"keyboardjs": "^2.3.1",
"local-storage": "^1.4.2",
"lodash": "^4.17.4",
"nprogress": "^0.2.0",
"prevent-parent-scroll": "0.0.6",
"urijs": "^1.18.10",
"webpack2-polyfill-plugin": "0.0.2"
}
}