-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.16 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.16 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
{
"name": "dasher",
"version": "1.0.0",
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject"
},
"dependencies": {
"apollo-boost": "0.1.4",
"axios": "^0.18.0",
"emotion": "^9.1.3",
"emotion-theming": "^9.2.3",
"graphql": "0.13.2",
"graphql-tag": "2.8.0",
"open-color": "^1.6.3",
"polished": "^1.9.2",
"prop-types": "^15.6.1",
"qs": "^6.5.1",
"react": "16.3.1",
"react-apollo": "2.1.3",
"react-beautiful-dnd": "^7.1.0",
"react-dom": "16.3.1",
"react-emotion": "^9.1.3",
"react-modal": "3.3.2",
"react-pose": "^1.5.2",
"react-router-dom": "4.2.2",
"styled-system": "^2.3.1",
"system-components": "^2.2.2",
"unstated": "^2.0.2"
},
"devDependencies": {
"babel-plugin-emotion": "^9.1.2",
"dom-testing-library": "^1.9.0",
"jest-emotion": "^9.1.3",
"react-app-rewire-emotion": "^4.0.0",
"react-app-rewired": "^1.5.2",
"react-scripts": "1.1.4",
"react-testing-library": "^2.1.1"
},
"babel": {
"plugins": [
"emotion"
]
}
}