-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
45 lines (45 loc) · 1.12 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
43
44
45
{
"name": "rate-my-life",
"version": "2.0.1",
"private": true,
"homepage": "https://atomiks.github.io/rate-my-life",
"dependencies": {
"@tippy.js/react": "^1.1.1",
"copy-to-clipboard": "^3.0.8",
"elastic-scroll-polyfill": "^2.0.0",
"focus-trap": "^3.0.0",
"focus-visible": "^4.1.5",
"howler": "^2.0.15",
"lodash": "^4.17.11",
"polished": "^2.3.0",
"react": "^16.7.0-alpha.2",
"react-circle": "^1.1.1",
"react-dom": "^16.7.0-alpha.2",
"react-feather": "^1.1.4",
"react-scripts": "2.1.1",
"react-spring": "^6.1.9",
"source-map-explorer": "^1.6.0",
"styled-components": "^4.1.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",
"analyze": "source-map-explorer build/static/js/1.*"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.5%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"gh-pages": "^2.0.1"
}
}