-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1 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
{
"name": "react-pwa-screen-manager",
"version": "0.1.0",
"description": "react ui componenent to help managing screen transisition",
"main": "dist/lib/react-pwa-screen-manager.min.js",
"author": "Mathias Desloges",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/FreakDev/react-pwa-screen-manager.git"
},
"peerDependencies": {
"react": ">=15.0.0",
"react-dom": ">=15.0.0"
},
"dependencies": {
"react-router-dom": "^4.2.2",
"react-transition-group": "^2.2.1"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-esnext": "^1.1.3",
"babel-preset-react": "^6.24.1",
"babelify": "^8.0.0",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"style-loader": "^0.19.0",
"webpack": "^3.8.1"
},
"scripts": {
"build": "./node_modules/.bin/webpack"
}
}