-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.25 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
{
"name": "roc-0",
"version": "1.0.0",
"description": "Roc lab 0",
"author": "Jacob Oscarson",
"license": "MIT",
"scripts": {
"build": "roc build",
"dev": "roc dev",
"start": "roc start",
"lint": "eslint .",
"test": "npm run lint",
"cli-test": "babel-node ./scripts/browser-free.js"
},
"dependencies": {
"immutable": "^3.8.1",
"material-ui": "^0.14.4",
"react-tap-event-plugin": "^1.0.0",
"roc-package-web-app-react": "^1.0.0-alpha",
"roc-plugin-test-mocha-karma-webpack": "^1.0.0-alpha.5"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.7.7",
"babel-eslint": "6.0.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"chai-immutable": "^1.5.4",
"enzyme": "^2.3.0",
"eslint": "2.6.0",
"eslint-config-airbnb": "6.2.0",
"eslint-plugin-react": "4.2.3",
"gulp": "^3.9.1",
"marked": "^0.3.5",
"react-addons-test-utils": "^15.1.0",
"roc-package-web-app-react-dev": "^1.0.0-alpha",
"roc-plugin-style-sass": "^1.0.0-alpha",
"sinon": "^1.17.4",
"trepanjs": "^0.2.5"
}
}