forked from django-oscar/django-oscar
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 990 Bytes
/
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
{
"name": "django-oscar",
"version": "1.6.0",
"description": "A domain-driven e-commerce framework for Django",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"bootstrap": "^3.3.7",
"bootstrap-datetime-picker": "^2.4.4",
"eslint": "^4.19.1",
"gulp": "^4.0.0",
"gulp-autoprefixer": "~1.0.1",
"gulp-concat": "^2.6.1",
"gulp-less": "^4.0.0",
"gulp-sourcemaps": "^2.6.2",
"gulp-watch": "^5.0.0",
"jquery": "^3.3.1",
"jquery-mousewheel": "^3.1.13",
"jquery-sortable": "^0.9.13",
"jquery.inputmask": "~3.2.7",
"less": "^3.0.4",
"pump": "^3.0.0",
"require-dir": "^0.3.0",
"select2": "4.0.5",
"select2-bootstrap-theme": "0.1.0-beta.10",
"tinymce": "^4.7.6"
},
"scripts": {
"build": "gulp",
"start": "gulp watch",
"eslint": "./node_modules/.bin/eslint src/oscar/static/oscar/js/oscar/"
},
"license": "MIT",
"homepage": "https://github.com/django-oscar/django-oscar#readme"
}