-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.03 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
{
"name": "synth-app",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "gulp build",
"start": "gulp start"
},
"browserslist": [
"last 3 and_chr versions",
"last 3 chrome versions",
"last 3 opera versions",
"last 3 ios_saf versions",
"last 3 safari versions"
],
"engines": {
"node": "8.15"
},
"devDependencies": {
"@babel/core": "7.14.3",
"@babel/preset-env": "7.13.12",
"autoprefixer": "9.5.x",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"browser-sync": "2.26.14",
"del": "4.1.1",
"gulp": "4.0.x",
"gulp-clean-css": "^4.0.0",
"gulp-html-prettify": "0.0.1",
"gulp-plumber": "1.2.x",
"gulp-postcss": "8.0.x",
"gulp-rename": "1.4.0",
"gulp-sass": "4.0.x",
"gulp-sourcemaps": "2.6.x",
"prettier": "2.2.1",
"webpack": "4.46.0",
"webpack-stream": "5.2.1"
},
"dependencies": {
"tone": "^14.7.77"
}
}