-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.61 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
{
"name": "adammackintosh-dot-net-webapp",
"version": "0.9.2",
"private": true,
"dependencies": {
"apollo-cache-inmemory": "^1.1.5",
"apollo-client": "^2.2.0",
"apollo-link-context": "^1.0.3",
"apollo-link-http": "^1.3.2",
"cross-env": "^5.1.3",
"graphql": "^0.11.7",
"graphql-tag": "^2.5.0",
"history": "^4.7.2",
"node-sass-chokidar": "^0.0.3",
"prop-types": "^15.6.0",
"react": "^16.1.1",
"react-apollo": "1.4.16",
"react-aria-menubutton": "^5.1.0",
"react-beautiful-dnd": "^4.0.1",
"react-dom": "^16.1.1",
"react-draggable": "^3.0.5",
"react-geosuggest": "^2.6.0",
"react-input-tags": "^3.0.2",
"react-quill": "^1.2.3",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.8",
"react-scripts": "1.0.17",
"react-table": "^6.7.4",
"react-tagsinput": "^3.19.0",
"recharts": "^1.0.0-beta.5",
"redux": "^3.7.2",
"redux-form": "^7.1.2",
"redux-thunk": "^2.2.0",
"validator": "^9.1.2"
},
"scripts": {
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive",
"start": "cross-env REACT_APP_VERSION=$npm_package_version react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom"
},
"devDependencies": {
"babel-eslint": "^8.0.2",
"eslint": "^4.12.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"puppeteer": "^1.0.0"
}
}