-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
37 lines (37 loc) · 900 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
33
34
35
36
37
{
"name": "page-transitions-react",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"cosmos": "cosmos",
"dev": "next",
"glow": "glow",
"start": "next start",
"build": "next build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"gsap": "^1.20.4",
"mapbox-gl": "^0.45.0-beta.1",
"next": "^6.1.1",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-spring": "^5.6.6",
"react-transition-group": "^2.3.1",
"styled-components": "^3.4.2"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
"babel-plugin-preval": "^3.0.0",
"babel-plugin-styled-components": "^1.5.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"flow-bin": "^0.78.0",
"flow-typed": "^2.5.1",
"glow": "^1.2.2",
"html-webpack-plugin": "^3.2.0",
"react-cosmos": "4.7.0-2"
}
}