-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.84 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
49
50
51
52
53
54
55
56
57
58
59
{
"name": "loopda",
"version": "0.1.1",
"description": "Flexible music prototyping tool for the web",
"main": "index.js",
"dependencies": {
"classnames": "^2.2.3",
"dom-util": "git+https://github.com/quxbaz/dom-util.git",
"normalize-css": "^2.3.1",
"qux": "git+https://github.com/quxbaz/qux.git",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-redux": "^4.4.5",
"redux": "^3.4.0",
"redux-batched-subscribe": "^0.1.6",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.0.1",
"regenerator": "^0.8.42",
"stateful-router": "git+https://github.com/quxbaz/stateful-router.git",
"trax": "git+https://github.com/quxbaz/trax.git"
},
"devDependencies": {
"babel-core": "^6.3.26",
"babel-loader": "^6.2.1",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"css-loader": "^0.23.1",
"es6-promise": "^3.0.2",
"expect": "^1.18.0",
"install": "^0.6.1",
"jsx-loader": "^0.13.2",
"less": "^2.5.3",
"less-loader": "^2.2.2",
"lodash.debounce": "^4.0.6",
"mocha": "^2.4.5",
"style-loader": "^0.13.0",
"webpack": "^1.12.9",
"webpack-dashboard": "^0.1.1",
"webpack-dev-server": "^1.12.9"
},
"scripts": {
"serve": "webpack-dev-server --content-base=public",
"test": "webpack-dev-server --content-base=public_test --entry=tests",
"build": "NODE_ENV=production webpack --progress --colors",
"analyze": "webpack --json | webpack-bundle-size-analyzer",
"local-tunnel": "lt --port 6060 --subdomain loopda"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quxbaz/loopda.git"
},
"author": "quxbaz",
"license": "MIT",
"bugs": {
"url": "https://github.com/quxbaz/loopda/issues"
},
"homepage": "https://github.com/quxbaz/loopda#readme"
}