forked from theatlantic/django-nested-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.69 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.69 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
{
"name": "django-nested-admin",
"version": "3.0.0",
"private": true,
"dependencies": {},
"devDependencies": {
"autoprefixer": "~6.3.1",
"babel-core": "~6.4.0",
"babel-eslint": "^7.2.3",
"babel-plugin-add-module-exports": "~0.1.2",
"babel-preset-es2015": "~6.3.13",
"babelify": "~7.2.0",
"browserify": "~13.0.0",
"browserify-shim": "^3.8.12",
"browsernizr": "^2.1.0",
"compass-mixins": "^0.12.10",
"del": "~2.2.0",
"envify": "~3.4.0",
"eslint": "^4.7.2",
"exposify": "^0.5.0",
"glob": "~6.0.4",
"gulp": "~3.9.0",
"gulp-changed": "~1.3.0",
"gulp-cssnano": "~2.1.0",
"gulp-eslint": "~1.1.1",
"gulp-if": "~2.0.0",
"gulp-load-plugins": "~1.2.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "~1.0.1",
"gulp-postcss": "~6.0.1",
"gulp-rename": "~1.2.2",
"gulp-sass": "~2.1.1",
"gulp-sourcemaps": "floridoo/gulp-sourcemaps#a626896",
"gulp-uglify": "~1.5.1",
"gulp-util": "~3.0.7",
"lodash": "~4.0.0",
"node-sass": "^3.9.3",
"quotemeta": "0.0.0",
"rimraf": "~2.5.0",
"vinyl-buffer": "~1.0.0",
"vinyl-source-stream": "~1.1.0",
"watchify": "~3.7.0 ",
"wrench": "~1.5.8"
},
"scripts": {
"clean-deps": "rimraf node_modules"
},
"engines": {
"node": ">=0.12.0"
},
"//": "CUSTOM CONFIGURATION",
"config": {
"//": "Entry files",
"directories": {
"source": "nested_admin/static/nested_admin/src",
"destination": "nested_admin/static/nested_admin/dist"
},
"entries": {
"js": "*.js",
"css": "*.{sass,scss}"
}
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browser": {},
"browserify-shim": {}
}