-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.08 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.08 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
{
"name": "lambda-notes",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"bootstrap": "^4.1.0",
"glamor": "^2.20.40",
"glamorous": "^4.13.0",
"react": "^16.3.2",
"react-animations": "^1.0.0",
"react-csv": "^1.0.14",
"react-dom": "^16.3.2",
"react-dragula": "^1.1.17",
"react-facebook-login": "^4.0.1",
"react-google-oauth": "^1.0.0",
"react-icons": "^2.2.7",
"react-infinite-scroller": "^1.1.4",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"react-search-input": "^0.11.3",
"react-tagsinput": "^3.19.0",
"react-twitter-auth": "^0.0.12",
"react-with-breakpoints": "^2.0.2",
"reactstrap": "^5.0.0",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"remarkable": "^1.7.1",
"styled-components": "^3.2.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}