forked from tmedwards/sugarcube-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 823 Bytes
/
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
{
"name": "SugarCube",
"version": "2.36.1",
"author": "Thomas Michael Edwards <thomasmedwards@gmail.com>",
"description": "Dependency install configuration for SugarCube's Node.js-hosted build script, build.js.",
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "https://github.com/tmedwards/sugarcube-2.git"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"autoprefixer": "^10.4.0",
"clean-css": "^5.2.2",
"eslint": "^8.5.0",
"node-getopt": "^0.3.2",
"postcss": "^8.4.5",
"postcss-mixins": "^9.0.1",
"semver": "^7.3.5",
"stylelint": "^14.2.0",
"stylelint-config-standard": "^24.0.0",
"terser": "^5.10.0"
},
"engine": {
"node": ">=17.3.0"
},
"private": true
}