-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 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
{
"name": "Imaginatrix",
"version": "0.0.1",
"description": "React components for a mind machine with google cardboard",
"homepage": "https://github.com/michaelsharpe/imaginatrix",
"author": {
"name": "Michael Sharpe",
"email": "[email protected]"
},
"scripts": {
"start": "parcel index.html",
"test": "jest --watch"
},
"license": "MIT",
"devDependencies": {
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"jest": "^22.2.2",
"jshint": "2.9.5",
"parcel-bundler": "^1.5.1"
},
"jest": {
"setupTestFrameworkScriptFile": "./test/setupTests.js"
},
"repository": {
"type": "git",
"url": "https://github.com/michaelsharpe/imaginatrix"
},
"main": "index.html",
"dependencies": {
"chroma-js": "^1.3.6",
"note-parser": "^2.0.1",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-interval": "^2.0.2"
}
}