-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.39 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
46
47
48
{
"name": "@pitpit/synt",
"version": "0.0.0",
"description": "Connect tiny modules to build synthetic sounds",
"private": true,
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage",
"build": "webpack",
"start": "webpack-dev-server --open",
"lint": "eslint . --ext '.ts,.js'",
"deploy": "npm run build && gh-pages -d dist -x -r \"https://${GITHUB_TOKEN}@github.com/pitpit/synt.git\""
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/jest": "^24.0.18",
"@types/tingle.js": "^0.13.0",
"@typescript-eslint/eslint-plugin": "^2.3.1",
"@typescript-eslint/parser": "^2.3.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.2.0",
"eslint": "^6.4.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.17.0",
"fibers": "^4.0.1",
"file-loader": "^4.2.0",
"gh-pages": "^2.1.1",
"gibberish-dsp": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.9.0",
"konva": "^4.0.9",
"node-sass": "^4.12.0",
"sass": "^1.22.12",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"tingle.js": "^0.15.1",
"ts-jest": "^24.1.0",
"ts-loader": "^6.0.4",
"typescript": "^3.6.3",
"url-loader": "^2.1.0",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.7",
"webpack-dev-server": "^3.8.0"
},
"dependencies": {}
}