-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.28 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.28 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
{
"name": "advent-calendar-front",
"version": "0.1.0",
"private": true,
"dependencies": {
"apollo-boost": "^0.1.17",
"apollo-cache-inmemory": "^1.3.8",
"apollo-client": "^2.4.5",
"apollo-link": "^1.2.3",
"apollo-link-error": "^1.1.1",
"apollo-link-http": "^1.5.5",
"apollo-upload-client": "^9.1.0",
"axios": "^0.18.0",
"clipboard": "^2.0.4",
"graphql": "^14.0.2",
"history": "^4.7.2",
"p5": "^0.7.2",
"react": "^16.7.0-alpha.0",
"react-apollo": "^2.2.4",
"react-clipboard.js": "^2.0.2",
"react-dom": "^16.7.0-alpha.0",
"react-icons": "^3.2.2",
"react-md-spinner": "^0.3.0",
"react-p5-wrapper": "^0.0.4",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.0.5",
"react-share": "^2.4.0",
"react-textarea-autosize": "^7.1.0",
"sanitize.css": "^8.0.0",
"styled-components": "^4.0.3",
"the-platform": "^0.9.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"prettier": "^1.14.3"
}
}