-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.15 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.15 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
45
46
47
{
"homepage": "https://smallerstudios.github.io/",
"name": "smallerstudios.github.io",
"version": "0.1.0",
"private": true,
"dependencies": {
"colorthief": "^2.3.0",
"gh-pages": "^2.1.1",
"react": "^16.14.0",
"react-dom": "^16.10.2",
"react-easy-emoji": "^1.6.1",
"react-headroom": "^3.0.0",
"react-lottie": "^1.2.3",
"react-reveal": "^1.2.2",
"react-scripts": "^4.0.3",
"react-twitter-embed": "3.0.3",
"react-typed": "^1.2.0"
},
"scripts": {
"predeploy": "npm run build",
"start": "node fetch.js && react-scripts start",
"build": "node fetch.js && react-scripts build",
"deploy": "gh-pages -b deployed -d build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"format": "prettier --write \"./**/*.{js,css,json}\""
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"dotenv": "^10.0.0",
"prettier": "^2.2.1"
}
}