forked from peterblazejewicz/trackerEditor
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
53 lines (53 loc) · 1.32 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
{
"name": "tracker-editor",
"version": "1.0.0",
"description": "an 8-bit tracker music editor",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/TEAMarg/trackerEditor.git"
},
"homepage": "https://github.com/TEAMarg/trackerEditor#readme",
"bugs": {
"url": "https://github.com/TEAMarg/trackerEditor/issues"
},
"keywords": [
"music",
"tracker-music",
"8-bit",
"arduino",
"editor"
],
"scripts": {
"dev": "bash .bin/dev.sh",
"build": "bash .bin/build.sh"
},
"dependencies": {
"color": "^2.0.1",
"colormap": "^2.3.0",
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.0",
"lodash.once": "^4.1.1",
"lodash.orderby": "^4.6.0",
"lodash.uniq": "^4.5.0",
"react": "^15.4.2",
"react-color": "^2.11.1",
"react-dom": "^15.4.2",
"react-popper": "^0.7.4",
"react-redux": "^5.0.4",
"redux": "^3.6.0"
},
"devDependencies": {
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.22.0",
"babel-preset-latest": "^6.24.0",
"babel-preset-react": "^6.22.0",
"babelify": "^7.3.0",
"browser-sync": "^2.18.6",
"browserify": "^14.0.0",
"jest": "^21.2.1",
"node-sass": "^4.5.2",
"watchify": "^3.9.0"
}
}