-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
152 lines (152 loc) · 4.87 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "@rei/cedar",
"version": "12.1.0",
"description": "REI Cedar Component Library",
"homepage": "https://rei.github.io/rei-cedar/",
"license": "MIT",
"private": false,
"sideEffects": [
"*.css"
],
"publishConfig": {
"access": "public"
},
"author": "REI Software Engineering",
"main": "dist/cedar.js",
"module": "dist/lib/src/index.mjs",
"style": "dist/style/cedar-full.css",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/rei/rei-cedar.git"
},
"scripts": {
"prepublishOnly": "npm-run-all lint build",
"dev:build": "npm run build:cssfonts && npm run build:icons && cross-env NODE_ENV=dev rollup -c rollup.config.dev.js",
"dev": "npm run dev:build -- -w",
"build": "npm-run-all clean build:cssfonts build:icons build:cjs build:esm build:extractcss",
"build:cjs": "cross-env NODE_ENV=prod BABEL_ENV=cjs rollup -c rollup.config.js",
"build:esm": "cross-env NODE_ENV=prod BABEL_ENV=esm rollup -c rollup.config.js",
"unit": "jest",
"e2e": "cross-env NODE_ENV=test rollup -c rollup.config.dev.js && node test/e2e/runner.js",
"test": "npm-run-all unit e2e",
"clean": "rm -rf dist",
"lint": "npm-run-all lint:js lint:styles",
"lint:js": "eslint --ext .js,.vue,.jsx src",
"lint:styles": "stylelint src/**/*.scss",
"prepush": "npm-run-all lint unit",
"reference": "backstop reference --configPath=backstop.js",
"compare": "backstop test --configPath=backstop.js",
"approve": "backstop approve --configPath=backstop.js",
"create": "node generator.js",
"prerelease": "npm-publish-prerelease",
"build:variables": "node build/component-variables-transfer.js",
"build:extractcss": "node build/extract-css.js",
"build:cssfonts": "node build/cdr-fonts.js",
"build:icons": "node src/components/icon/build/generate.js"
},
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/plugin-syntax-jsx": "^7.12.13",
"@babel/preset-env": "^7.14.2",
"@babel/register": "^7.13.16",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^11.0.0",
"@rei/cdr-tokens": "^10.1.0",
"@rei/cedar-icons": "^2.5.1",
"@rollup/plugin-alias": "^3.1.2",
"@rollup/plugin-babel": "^5.3.0",
"@vue/babel-preset-jsx": "^1.2.4",
"@vue/test-utils": "^1.1.3",
"autoprefixer": "^10.0.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-plugin-istanbul": "^6.0.0",
"backstopjs": "^5.3.7",
"chalk": "^4.1.1",
"chromedriver": "^102.0.0",
"codecov": "^3.8.2",
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.27.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.23.0",
"eslint-plugin-vue": "^7.9.0",
"eslint-plugin-vue-a11y": "0.0.31",
"fs-extra": "^10.0.0",
"glob": "^7.1.7",
"husky": "^4.2.5",
"inquirer": "^8.1.0",
"jest": "^26.6.3",
"jest-css-modules-transform": "^4.2.1",
"jsdom": "^16.4.0",
"jsdom-global": "^3.0.2",
"klaw-sync": "^6.0.0",
"lodash": "^4.17.21",
"nightwatch": "^1.7.11",
"nightwatch-axe": "^0.1.5",
"node-cmd": "^4.0.0",
"node-sass": "^6.0.1",
"node-sass-package-importer": "^5.3.2",
"npm-publish-prerelease": "^1.0.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.0",
"postcss-calc": "^8.0.0",
"postcss-import": "^14.0.0",
"postcss-inline-svg": "^5.0.0",
"postcss-load-config": "^3.0.1",
"postcss-modules": "^4.0.0",
"postcss-pxtorem": "^6.0.0",
"postcss-scss": "^3.0.0",
"rimraf": "^3.0.2",
"rollup": "^2.50.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-multi-entry": "^2.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-styles": "^3.14.1",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-vue": "^5.1.9",
"serve-handler": "^6.1.3",
"sinon": "^11.1.0",
"stylelint": "^13.13.1",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-scss": "^3.19.0",
"tinycolor2": "^1.4.2",
"vue": "^2.6.12",
"vue-router": "^3.5.1",
"vue-template-compiler": "^2.6.12"
},
"engines": {
"node": ">= 8.0.0",
"npm": ">= 6.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"pre-push": "npm run prepush"
}
},
"dependencies": {
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
"clsx": "^1.1.1",
"core-js": "^3.14.0",
"lodash-es": "^4.17.21",
"tabbable": "^4.0.0"
}
}