forked from Tradeshift/tradeshift-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
155 lines (155 loc) · 4.46 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
153
154
155
{
"name": "@tradeshift/tradeshift-ui",
"version": "12.8.2",
"description": "The Tradeshift UI Library & Framework",
"homepage": "https://ui.tradeshift.com/",
"bugs": {
"url": "https://github.com/Tradeshift/tradeshift-ui/issues"
},
"author": "Tradeshift UI Team",
"contributors": [
"Daniel Spitzer <dsp@tradeshift.com> (https://github.com/sampi)",
"Leo Zhang <lza@tradeshift.com> (https://github.com/zdlm)",
"Tynan DeBold <tynan.debold@tradeshift.com> (https://github.com/tynandebold)",
"Wired Earp (https://github.com/wiredearp)"
],
"license": "SEE LICENSE IN LICENSE.md",
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"****** LINT *****": "",
"prelint": "run-p -n prettier prettier-less prettier-json prettier-xhtml",
"lint": "npm run eslint",
"eslint": "eslint --cache --config ./.eslintrc.json .",
"prettier": "prettier --write \"**/*.js\"",
"prettier-less": "prettier --write \"**/*.less\"",
"prettier-json": "prettier --write \"**/*.json\"",
"prettier-xhtml": "prettier --write \"**/*.{xhtml,html}\"",
"****** DIST *****": "",
"build": "grunt dist",
"deploy-s3": "node tasks/deploy.js",
"deploy-ali-oss": "node tasks/deploy_ali_oss.js",
"release": "release-it --config=.release-it.json",
"prelease": "release-it --config=.release-it.beta.json --npm.tag=next",
"****** TEST *****": "",
"prebrowserstack": "node tasks/browserstack.browsers.js > browserstack.browsers.json",
"browserstack": "node tasks/browserstack.js",
"test": "npm run eslint & grunt jasmine & wait && npm run browserstack",
"http": "static spec/jasmine -H '{\"Cache-Control\": \"no-cache, must-revalidate\"}' -a 0.0.0.0",
"****** NODE *****": "",
"preinstall": "npx npm-force-resolutions",
"postinstall": "cd docs && npm ci",
"gh-pages": "grunt dist && node tasks/gh-pages.js",
"package-dist": "node tasks/package-dist.js"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.js": [
"prettier --write",
"eslint --config ./.eslintrc.json",
"git add"
],
"*.json": [
"prettier --write",
"git add"
],
"*.less": [
"prettier --write",
"git add"
],
"*.{xhtml,html}": [
"prettier --write",
"git add"
]
},
"browserslist": [
"Last 2 versions",
"ie 11"
],
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@tradeshift/g11n-langneg": "^1.2.3",
"acorn": "^8.7.0",
"alce": "^1.2.0",
"ali-oss": "^6.16.0",
"autoprefixer": "^7.1.4",
"aws-sdk": "^2.1141.0",
"browserstack-runner": "^0.9.4",
"chalk": "^1.1.3",
"cheerio": "^0.22.0",
"eslint": "^8.4.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-config-tradeshift": "^7.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jasmine": "^4.1.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-standard": "^5.0.0",
"grunt": "^1.5.2",
"grunt-browserify": "^6.0.0",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-concat": "^2.0.0",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^3.0.0",
"grunt-postcss": "^0.9.0",
"grunt-size-report": "^0.1.4",
"grunt-sri": "^0.2.0",
"husky": "^1.3.1",
"jit-grunt": "^0.10.0",
"less": "^3.13.1",
"lint-staged": "^12.1.2",
"load-grunt-config": "^4.0.1",
"load-grunt-tasks": "^5.1.0",
"mime-types": "^2.1.35",
"npm-run-all": "^4.1.1",
"octonode": "^0.10.2",
"postcss": "^7.0.39",
"postcss-clean": "^1.2.2",
"prettier": "1.16.4",
"release-it": "^15.1.1",
"semver": "^5.7.1",
"simple-git": "^3.10.0",
"sweet.js": "^0.7.8",
"uglify-js": "^3.16.1"
},
"keywords": [
"tradeshift",
"ts",
"ui",
"components",
"library",
"reusable",
"webcomponents",
"client-side",
"javascript",
"css",
"spiritual",
"edbml",
"tsml",
"edb"
],
"repository": "github:Tradeshift/tradeshift-ui.git",
"publishConfig": {
"access": "public"
},
"resolutions": {
"async": "^2.6.4",
"underscore": "^1.13.3",
"mime": "^1.4.1",
"nth-check": "^2.0.1",
"postcss": "^7.0.36",
"ansi-regex": "^5.0.1"
}
}