-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.96 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.96 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "discography-timeline",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.2.0",
"@material-ui/icons": "^3.0.1",
"history": "^4.7.2",
"lodash.debounce": "^4.0.8",
"moment": "^2.22.2",
"moment-duration-format": "^2.2.2",
"prop-types": "^15.6.2",
"query-string": "^6.2.0",
"react": "^16.5.2",
"react-avatar": "^3.4.6",
"react-dom": "^16.5.2",
"react-ga": "^2.5.3",
"react-infinite-scroller": "^1.2.2",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-router-prop-types": "^1.0.4",
"react-scripts": "2.0.4",
"react-vertical-timeline-component": "^2.3.1",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"spotify-web-api-node": "^4.0.0",
"string-similarity": "^2.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"eslint-check": "eslint --print-config .eslintrc.json | eslint-config-prettier-check",
"predeploy": "yarn build && echo timeline.ccaroni.com > ./build/CNAME && mv ./build/index.html ./build/200.html",
"deploy": "surge build",
"analyze": "node ./src/scripts/analyze.js"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-babel": "^5.2.1",
"eslint-plugin-prettier": "^3.0.0",
"gh-pages": "^2.0.1",
"node-sass": "^4.9.3",
"prettier": "^1.14.3",
"surge": "^0.20.1",
"webpack-bundle-analyzer": "^3.0.3"
}
}