-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
32 lines (32 loc) · 869 Bytes
/
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
{
"name": "sapporo_grommet",
"private": true,
"scripts": {
"start": "meteor run",
"build:css": "node-sass --include-path node_modules main.scss bundle.css"
},
"dependencies": {
"babel-runtime": "^6.18.0",
"bcrypt": "^0.8.7",
"brace": "0.8.0",
"dockerode": "^2.2.10",
"fibers": "^1.0.10",
"material-ui": "0.15.0-alpha.2",
"meteor-node-stubs": "~0.2.0",
"nuka-carousel": "^1.2.1",
"react": "0.14.8",
"react-ace": "3.2.0",
"react-addons-pure-render-mixin": "0.14.6",
"react-dom": "0.14.8",
"react-tap-event-plugin": "0.2.2",
"recharts": "^0.20.6"
},
"devDependencies": {
"eslint": "^2.7.0",
"eslint-config-google": "^0.4.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-react": "^4.2.3",
"eslint-plugin-standard": "^1.3.2"
}
}