-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
35 lines (35 loc) · 847 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
35
{
"name": "code-sonata",
"version": "0.0.3",
"description": "play your code",
"main": "app.js",
"scripts": {
"start": "webpack-dev-server --inline --dev-tool eval-source-map",
"build": "webpack --config webpack.config.build.js"
},
"keywords": [
"code",
"player",
"audio"
],
"author": "Chriest Yu <[email protected]>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"camelcase": "^1.1.0",
"css-loader": "^0.18.0",
"highlight.js": "^8.6.0",
"less": "^2.5.1",
"less-loader": "^2.2.1",
"lodash": "^3.9.3",
"react": "^0.13.3",
"soundbank-reverb": "^1.1.2",
"style-loader": "^0.12.4",
"through2": "^0.6.5",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.11.0",
"xtend": "^4.0.0"
}
}