-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.23 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
{
"name": "lern-app",
"version": "1.0.0",
"description": "Lern - Solucoes Educacionais",
"main": "init.js",
"scripts": {
"start": "UNIVERSE_I18N_LOCALES=all VELOCITY_DEBUG=1 VELOCITY_DEBUG_MIRROR=1 METEOR_PROFILE=1 meteor run --settings settings.json",
"prestart": "meteor=$(meteor --version); if [ \"$meteor\" != \"Meteor 1.4.2.3\" ]; then meteor update --release METEOR@1.4.2.3; fi;"
},
"repository": {
"type": "git",
"url": "git+https://deleuterio@bitbucket.org/deleuterio/lern@app.git"
},
"keywords": [
"education"
],
"author": "deleuterio",
"license": "ISC",
"homepage": "https://lern.com.br",
"dependencies": {
"chart.js": "^2.5.0",
"draft-js": "^0.10.0",
"gridfs-stream": "^1.1.1",
"lodash": "^4.17.3",
"material-ui": "^0.18.3",
"meteor-node-stubs": "~0.2.0",
"prop-types": "^15.5.10",
"react": "^15.4.1",
"react-addons-pure-render-mixin": "^15.4.1",
"react-dom": "^15.4.1",
"react-mounter": "^1.2.0",
"react-tap-event-plugin": "^2.0.0",
"s3": "^4.4.0"
},
"devDependencies": {
"autoprefixer": "^6.3.1"
},
"postcss": {
"plugins": {
"autoprefixer": {
"browsers": [
"last 2 versions"
]
}
}
}
}