-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 818 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 818 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
{
"name": "example-react-transition-group-stack-navigator",
"version": "1.0.0",
"main": "index.js",
"author": "Joe Noon",
"license": "MIT",
"private": false,
"scripts": {
"start": "rm -rf .cache/ dist/ yarn-error.log && parcel index.html"
},
"devDependencies": {
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-react": "^6.24.1",
"parcel-bundler": "^1.0.3"
},
"dependencies": {
"babel-preset-env": "^1.6.1",
"glamor": "^2.20.40",
"glamorous": "^4.11.0",
"mobx": "^3.4.1",
"mobx-react": "^4.3.5",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-transition-group": "^2.2.1"
}
}