-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.24 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
{
"name": "react-usage",
"version": "0.9.1",
"description": "Playground to experiment with React and wallaby.js.",
"main": "index.js",
"scripts": {
"compile": "babel -d lib/ src/",
"test": "mocha src/test/**/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/epsitec-sa/react-usage.git"
},
"author": "Epsitec SA",
"license": "MIT",
"homepage": "https://github.com/epsitec-sa/react-usage",
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-core": "^6.4.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-display-name": "^6.4.0",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-runtime": "^6.3.19",
"chai": "^3.4.1",
"electrum": "^2.11.0",
"electrum-events": "^1.1.2",
"electrum-store": "^1.4.0",
"electrum-theme": "^1.5.0",
"jsdom": "^7.2.2",
"mai-chai": "^1.1.2",
"mocha": "^2.4.2",
"path": "^0.12.7",
"radium": "^0.16.4",
"react": "^0.14.6",
"react-addons-shallow-compare": "^0.14.6",
"react-addons-test-utils": "^0.14.6",
"react-dom": "^0.14.6",
"react-element-to-jsx-string": "^2.2.0"
}
}