forked from silverstripe/cwp-watea-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.04 KB
/
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
{
"name": "cwp-watea-theme",
"version": "0.3.0",
"private": true,
"scripts": {
"watch": "webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js --watch",
"build": "webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"package": "NODE_ENV=production webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"lint-js": "node_modules/.bin/eslint src/js",
"lint-sass": "node_modules/.bin/sass-lint -v"
},
"repository": {
"type": "git",
"url": "https://github.com/silverstripe/cwp-watea-theme"
},
"license": "BSD-3-Clause",
"dependencies": {
"bootstrap-accessibility-plugin": "1.0.2",
"laravel-mix": "^0.5",
"path": "^0.12.7"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.13.1",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0",
"sass-lint": "^1.10.2"
}
}