-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.2 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
39
40
41
42
{
"name": "miguel",
"version": "0.1.0",
"homepage": "https://acerom.github.io/",
"private": true,
"dependencies": {
"@material-ui/core": "^1.4.3",
"react": "^16.3.2",
"react-anime": "^2.1.0",
"react-burger-menu": "^2.5.2",
"react-dom": "^16.3.2",
"react-in-viewport": "0.0.28",
"react-parallax": "^1.7.0",
"react-particles-js": "^2.3.0",
"react-reveal": "^1.2.2",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "^1.1.4",
"react-typed": "^1.0.8",
"reactjs-popup": "^1.1.3",
"styled-components": "^3.3.3"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts-with-stylus start src/styles/App.styl",
"build": "react-scripts-with-stylus build src/styles/App.styl",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"create-react-app-stylus": "^1.1.1",
"eslint": "^4.19.1",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"gh-pages": "^1.2.0",
"stylus": "^0.54.5",
"svg-react-loader": "^0.4.5",
"webpack": "^4.6.0"
}
}