-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
39 lines (39 loc) · 1.06 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
{
"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",
"eslint": "^4.1.1",
"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-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",
"karma-sourcemap-loader": "^0.3.7",
"minimist": "1.2.6",
"webpack": "^3.0.0"
},
"dependencies": {
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-runtime": "^6.23.0",
"escape-html": "^1.0.3",
"lodash.memoize": "^4.1.2",
"raw-loader": "^0.5.1",
"srcdoc-polyfill": "^1.0.0"
}
}