-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 958 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 958 Bytes
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
{
"name": "progressinator",
"version": "2.9.9",
"author": "Thomas J Bradley <hey@thomasjbradley.ca>",
"engines": {
"node": "14.x",
"yarn": "1.22.x"
},
"repository": {
"type": "git",
"url": "git@github.com:ltw-learn-the-web/progressinator.git"
},
"bugs": {
"url": "https://github.com/ltw-learn-the-web/progressinator/issues"
},
"devDependencies": {
"cssnano": "^4.1.10",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-jsdoc": "^22.1.0",
"postcss-assets": "^5.0.0",
"postcss-cli": "^7.1.0",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^12.0.1",
"prettier": "^1.19.1",
"prettier-plugin-toml": "^0.3.1",
"stylelint": "^13.2.1",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-standard": "^20.0.0",
"terser": "^4.6.3"
},
"scripts": {
"postinstall": "make build-static"
}
}