forked from stephrdev/django-cruditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 907 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
{
"name": "cruditor",
"description": "django-cruditor",
"version": "1.0.0",
"author": "Stephan Jaekel",
"license": "MIT",
"scripts": {
"validate": "eslint . --ext .js && sass-lint --verbose --no-exit './static/scss/**/*.scss'",
"build": "webpack --mode production",
"watch": "webpack"
},
"dependencies": {
"babel-eslint": "^10.0.2",
"bootstrap": "^4.3.1",
"jquery": "^3.4.1",
"popper.js": "^1.14.3"
},
"devDependencies": {
"@moccu/eslint-config": "^0.1.0",
"autoprefixer": "^8.5.1",
"css-loader": "^3.0.0",
"cssnano": "^4.1.10",
"eslint": "^4.19.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-loader": "^0.5.5",
"node-sass": "^4.12.0",
"postcss-loader": "^2.1.5",
"sass-lint": "^1.13.1",
"sass-loader": "^6.0.7",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-merge": "^4.1.2"
}
}