-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.64 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.64 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
{
"name": "feeltrip",
"version": "0.1.0",
"private": true,
"dependencies": {
"@mapbox/polyline": "^1.1.0",
"ajv": "^6.5.0",
"axios": "^0.21.1",
"bulma": "^0.7.1",
"bulma-extensions": "^1.1.0",
"contentful": "^8.3.0",
"disqus-react": "^1.0.7",
"instafeed.js": "^1.4.1",
"mapbox-gl": "^1.6.0",
"moment": "^2.24.0",
"node-sass": "^4.13.0",
"npm-run-all": "^4.1.5",
"react": "17.0.2",
"react-bulma-components": "^1.5.0",
"react-device-detect": "^1.11.14",
"react-dom": "^16.12.0",
"react-ga": "^2.7.0",
"react-helmet": "^5.2.1",
"react-instafeed": "^1.0.0",
"react-mailchimp-subscribe": "^2.1.0",
"react-markdown": "^3.6.0",
"react-motion": "^0.5.2",
"react-redux": "^5.1.2",
"react-router-dom": "^4.3.1",
"react-scripts": "^4.0.3",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-immutable-state-invariant": "^2.1.0",
"redux-thunk": "^2.3.0",
"styled-components": "^5.2.3"
},
"scripts": {
"start": "PORT=6969 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"fuckitshipit": "git commit . && git push && say '🚀 Deployed my dude!'",
"lgtb": "say 'lets get this bread'",
"buildfail": "say '🛠 Build failed successfully!'"
},
"devDependencies": {
"chai": "^4.2.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"react-addons-test-utils": "^15.6.2",
"react-test-renderer": "16.8.6"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}