-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.2 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.2 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"apollo-client-preset": "^1.0.4",
"apollo-link-context": "^1.0.2",
"apollo-test-utils": "^0.3.2",
"aws-sdk": "^2.172.0",
"brace": "^0.11.0",
"cssbeautify": "^0.3.1",
"es6-promise": "^4.1.1",
"graphql": "^0.11.7",
"graphql-tag": "^2.5.0",
"graphql-tools": "^2.11.0",
"html2canvas": "^1.0.0-alpha.4",
"jwt-decode": "^2.2.0",
"module": "^1.2.5",
"moment": "^2.19.3",
"react": "^16.2.0",
"react-ace": "^5.8.0",
"react-apollo": "^2.0.1",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"semantic-ui-css": "^2.2.12",
"semantic-ui-react": "^0.77.0",
"stream": "0.0.2",
"v8": "^0.1.0",
"webpack": "^3.10.0",
"webshot": "^0.18.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"storybook": "NODE_PATH=src start-storybook -p 9001 -c .storybook"
},
"devDependencies": {
"@storybook/react": "^3.2.16",
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.1.0",
"redux-logger": "^3.0.6",
"storybook-router": "^0.3.2",
"url": "^0.11.0"
}
}