-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.06 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.06 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
42
43
44
{
"name": "Prompt-Generator",
"version": "0.1.0",
"private": false,
"homepage": "http://agray5.github.io/PromptGenerator/",
"dependencies": {
"@material-ui/core": "^3.3.2",
"install": "^0.12.2",
"npm": "^6.4.1",
"react": "^16.6.0",
"react-bootstrap": "^0.32.4",
"react-burger-menu": "^2.5.4",
"react-color": "^2.14.1",
"react-dom": "^16.6.0",
"react-icons": "^3.2.2",
"react-popover": "^0.5.10",
"react-scripts": "2.0.5",
"shuffle-seed": "^1.1.6",
"styled-components": "^4.0.3",
"styled-components-theme": "^1.0.5",
"styled-media-query": "^2.0.2",
"tinycolor2": "^1.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"gh-pages": "^2.0.1"
}
}