-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1 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
{
"name": "react-menu-animation",
"version": "0.1.0",
"private": true,
"homepage": "https://JulienUsson.github.io/react-menu-animation",
"dependencies": {
"add": "^2.0.6",
"jss": "^9.8.1",
"jss-preset-default": "^4.3.0",
"material-ui": "^1.0.0-beta.38",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-github-fork-ribbon": "^0.5.1",
"react-jss": "^8.3.5",
"react-motion": "^0.5.2",
"react-scripts": "1.1.1",
"yarn": "^1.5.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"predeploy": "react-scripts build",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-jest": "^21.15.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"gh-pages": "^1.1.0",
"prettier": "^1.11.1"
}
}