-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.15 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
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "ibmdotcom-web-components-template",
"version": "0.0.0",
"private": true,
"scripts": {
"clean": "rimraf dist",
"build": "yarn build:ltr && yarn build:rtl",
"build:ltr": "webpack --config ./config/webpack-prod-ltr.config.js",
"build:rtl": "webpack --config ./config/webpack-prod-rtl.config.js",
"start": "webpack serve --config ./config/webpack-dev.config.js",
"lint": "eslint src",
"lint:styles": "stylelint '**/*.{css,scss}' --config ./packages/stylelint-config-ibmdotcom",
"update-canary": "yarn upgrade @carbon/ibmdotcom-web-components@canary",
"update-next": "yarn upgrade @carbon/ibmdotcom-web-components@next",
"update-latest": "yarn upgrade @carbon/ibmdotcom-web-components@latest"
},
"workspaces": {
"packages": [
"packages/*"
]
},
"devDependencies": {
"@actions/core": "^1.2.6",
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@webpack-cli/serve": "^1.5.2",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.0.4",
"browser-sync": "^2.26.3",
"browser-sync-webpack-plugin": "^2.2.2",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^1.0.1",
"dotenv": "^8.2.0",
"eslint": "^4.19.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-jsdoc": "^30.6.3",
"file-loader": "^1.1.11",
"handlebars": "^4.7.7",
"handlebars-loader": "^1.7.0",
"html-webpack-plugin": "^4.5.1",
"husky": "^4.3.0",
"lint-staged": "^10.4.0",
"mini-css-extract-plugin": "^0.11.0",
"node-sass": "^6.0.1",
"postcss": "^8.3.6",
"postcss-loader": "4.2.0",
"postcss-selector-parser": "^6.0.6",
"prettier": "^2.1.2",
"rtlcss": "^2.6.0",
"sass-loader": "^10.2.0",
"stylelint": "^13.7.2",
"terser-webpack-plugin": "^4.1.0",
"webpack": "^4.46.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.1.0"
},
"dependencies": {
"@carbon/grid": "^10.15.0",
"@carbon/ibmdotcom-web-components": "^1.10.0",
"@carbon/type": "^10.13.0",
"carbon-web-components": "^1.7.1",
"lit-element": "^2.4.0",
"lit-html": "^1.3.0"
}
}