-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.19 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.19 KB
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
{
"name": "motion2048",
"version": "0.4.7",
"private": true,
"dependencies": {
"cross-env": "^5.1.0",
"firebase": "^4.5.2",
"gh-pages": "^1.0.0",
"material-ui": "next",
"material-ui-icons": "^1.0.0-beta.17",
"moment": "^2.19.1",
"prop-types": "^15.6.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-motion": "^0.5.2",
"react-redux": "^5.0.6",
"react-redux-firebase": "next",
"react-scripts": "1.0.14",
"redux": "^3.7.2",
"redux-devtools": "^3.4.0",
"redux-form": "^7.1.1"
},
"scripts": {
"start": "cross-env REACT_APP_VERSION=$npm_package_version react-scripts start",
"build": "cross-env REACT_APP_VERSION=$npm_package_version react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"babel-eslint": "^8.0.1",
"chai": "^4.1.2",
"eslint": "^4.9.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-react-app": "^2.0.1",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0"
},
"homepage": "https://floriferous.github.io/motion2048"
}