-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.78 KB
/
package.json
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
60
{
"name": "stackable-app",
"version": "0.2.1",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint --fix --ext .jsx,.js src/*.js src/**/*.js",
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive"
},
"dependencies": {
"alertify.js": "^1.0.12",
"apollo-cache-inmemory": "^1.1.12",
"apollo-cache-persist": "^0.1.1",
"apollo-client": "^2.2.8",
"apollo-client-preset": "^1.0.8",
"apollo-link": "^1.2.1",
"apollo-link-context": "^1.0.7",
"apollo-link-http": "^1.5.4",
"apollo-link-state": "^0.4.1",
"classnames": "^2.2.5",
"draft-js": "^0.10.5",
"dragula": "^3.7.2",
"filestack-js": "^1.4.0",
"formik": "^0.11.11",
"graphql": "^0.13.2",
"graphql-tag": "^2.8.0",
"lodash": "^4.17.10",
"medium-editor": "^5.23.3",
"moment": "^2.22.2",
"node-sass-chokidar": "^1.2.2",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-apollo": "^2.1.0",
"react-datetime": "^2.14.0",
"react-dom": "^16.2.0",
"react-dropzone": "^4.2.13",
"react-helmet": "^5.2.0",
"react-mde": "^5.7.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.1",
"showdown": "^1.8.6",
"superplaceholder": "^0.1.2",
"yarn": "^1.7.0",
"yup": "^0.24.1"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"prettier-eslint-cli": "^4.7.1"
}
}