-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.37 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
{
"name": "wns",
"version": "1.0.0",
"description": "CareOf Generative Piece",
"main": "build/wns.js",
"scripts": {
"build": "webpack --progress --colors --display-error-details",
"dev": "webpack --progress --colors --watch --display-error-details",
"example": "npm run bootstrap && webpack --progress --colors --watch --config webpack.example.js & http-server ./example/dist",
"buildSCSS": "./example/buildScripts/buildSCSS.sh",
"bootstrap": "./example/buildScripts/bootstrap.sh",
"parseSpectrum": "./node_modules/ts-node/dist/bin.js ./tools/spectrumPeakParser.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scazan/wns.git"
},
"author": "Scott Cazan",
"license": "ISC",
"homepage": "http://scottcazan.com",
"dependencies": {
"@types/howler": "^2.0.5",
"@types/node": "^9.4.6",
"brfs": "^1.4.1",
"browserify": "^12.0.1",
"howler": "^2.0.9",
"underscore": "~1.8.3"
},
"devDependencies": {
"awesome-typescript-loader": "^3.2.3",
"css-loader": "^2.1.1",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.11.1",
"markovn": "^1.0.1",
"mini-css-extract-plugin": "^0.6.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"ts-node": "^5.0.1",
"typescript": "^2.5.3",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2"
}
}