This repository has been archived by the owner on Sep 22, 2019. It is now read-only.
forked from silverstripe/cwp-agencyextensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.63 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "agency-extensions",
"version": "1.0.0",
"description": "Base module for the default CWP theme to add features",
"scripts": {
"build": "yarn && yarn lint && NODE_ENV=production webpack -p --bail --progress",
"watch": "yarn && NODE_ENV=development webpack --watch --progress",
"css": "WEBPACK_CHILD=css npm run build",
"test": "jest",
"lint": "eslint client/src && sass-lint --verbose client/src/**/*.scss",
"lint-js": "eslint client/src",
"lint-js-fix": "eslint client/src --fix",
"lint-sass": "sass-lint --verbose client/src/**/*.scss"
},
"repository": {
"type": "git",
"url": "git+https://github.com/silverstripe/cwp-agencyextensions.git"
},
"author": "SilverStripe",
"license": "BSD-3-Clause",
"dependencies": {
"@silverstripe/eslint-config": "^0.0.5",
"classnames": "^2.2.5",
"jquery": "^3.4.0",
"merge": "^1.2.1",
"mime": "^1.4.1",
"prop-types": "^15.6.2",
"react": "15.3.1",
"react-dom": "15.3.1",
"reactstrap": "^6.5.0"
},
"devDependencies": {
"@silverstripe/webpack-config": "^0.9.0",
"babel-core": "^6.24.1",
"babel-jest": "^20.0.3",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"bootstrap": "^4.3.1",
"css-loader": "^0.28.1",
"eslint": "^4.6.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.3.0",
"jest-cli": "^19.0.2",
"webpack": "^2.6.1"
},
"engines": {
"node": "^6.x"
}
}