-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "composition-prover",
"description": "A simple web interface for Richard Smith's GSiril touch proving program.",
"version": "0.1.0",
"license": "GPL-2.0+",
"repository": {
"type": "git",
"url": "git://github.com/bobwallis/CompositionProver.git"
},
"scripts": {
"start": "concurrently \"gulp && gulp watch\" \"http-server ./web -r\""
},
"browserslist": [
"last 3 versions"
],
"devDependencies": {
"@codemirror/basic-setup": "^0.19.0",
"@lezer/generator": "^0.15.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/stream": "^2.0.0",
"concurrently": "^7.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-htmlmin": "^5.0.1",
"gulp-less": "^5.0.0",
"gulp-plumber": "^1.2.1",
"gulp-replace": "^1.0.0",
"gulp-squoosh": "^0.9.0",
"gulp-streamify": "^1.0.2",
"gulp-svgo": "^2.2.1",
"gulp-terser": "^2.0.0",
"gulp-typogr": "^1.0.0",
"merge-stream": "^2.0.0",
"rollup": "^2.35.1",
"vinyl-source-stream": "^2.0.0"
}
}