-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 880 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
{
"name": "editorjs-image-gallery",
"version": "1.0.0",
"description": "Image gallery plugin for editorjs",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"@editorjs/editorjs": "^2.17.0",
"@editorjs/header": "^2.4.0",
"@editorjs/list": "^1.4.0",
"autoprefixer": "^9.7.4",
"node-sass": "^4.13.1",
"onchange": "^6.1.0",
"postcss-cli": "^7.1.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
},
"scripts": {
"scss": "node-sass --output-style compressed --source-map true -o static/css/dist/ static/css/src/",
"autoprefixer": "postcss -u autoprefixer -r static/css/dist/*.css",
"build:css": "npm run scss && npm run autoprefixer",
"watch:css": "onchange 'static/css/src/*.scss' -- npm run build:css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}