forked from vttred/ose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 856 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
31
32
33
34
{
"private": true,
"name": "ose",
"version": "0.0.0",
"description": "",
"scripts": {
"build": "gulp build",
"link": "gulp link",
"build:watch": "gulp watch",
"clean": "gulp clean && gulp link --clean",
"preinstall": "([ \"$CI\" != true ] && npx npm-force-resolutions) || :"
},
"resolutions": {
"glob-parent": "^6.0.1",
"strip-ansi": "^7.0.0"
},
"author": "",
"license": "",
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/stream": "^2.0.0",
"archiver": "^3.1.1",
"fs-extra": "^8.1.0",
"gulp": "^4.0.2",
"gulp-dart-sass": "^1.0.2",
"gulp-git": "^2.10.0",
"gulp-sourcemaps": "^2.6.5",
"json-stringify-pretty-compact": "^2.0.0",
"sass": "^1.25.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"yargs": "^17.3.1"
}
}