-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 1001 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 1001 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "factory_farm",
"version": "1.2.2",
"description": "Virtual farm dynamic menu.",
"main": "index.js",
"scripts": {
"watch": "node-sass assets/sass/ -o assets/css/ --source-map true --output-style expanded --indent-type tab --indent-width 1 -w",
"compile:css": "node-sass assets/sass/ -o assets/css/ && stylelint '*.css' --fix || true && stylelint '*.css' --fix",
"lint:scss": "wp-scripts lint-style 'sass/**/*.scss'",
"lint:js": "wp-scripts lint-js 'assets/js/*.js'",
"bundle": "dir-archiver --src . --dest ../_s.zip --exclude .DS_Store .stylelintrc.json .eslintrc .git .gitattributes .github .gitignore README.md composer.json composer.lock node_modules vendor package-lock.json package.json .travis.yml phpcs.xml.dist sass style.css.map yarn.lock"
},
"author": "Dmitry Krestovsky",
"license": "ISC",
"devDependencies": {
"dir-archiver": "^1.1.1",
"node-sass": "^7.0.1"
},
"dependencies": {
"extract-text-webpack-plugin": "^3.0.2"
}
}