-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 837 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 837 Bytes
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
{
"name": "taxonomy",
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"babel-runtime": "^6.20.0",
"bcrypt": "^1.0.2",
"inaturalistjs": "github:inaturalist/inaturalistjs",
"meteor-node-stubs": "~0.2.4",
"react": "^15.5.4",
"react-addons-create-fragment": "^15.5.4",
"react-addons-css-transition-group": "^15.5.2",
"react-addons-linked-state-mixin": "^15.5.2",
"react-addons-perf": "^15.4.2",
"react-addons-pure-render-mixin": "^15.5.2",
"react-addons-test-utils": "^15.5.1",
"react-addons-transition-group": "^15.5.2",
"react-addons-update": "^15.5.2",
"react-dom": "^15.5.4"
},
"babel": {
"plugins": [
"transform-class-properties"
]
},
"devDependencies": {
"babel-plugin-transform-class-properties": "^6.24.1"
}
}