|
1 { |
|
2 "name": "annotation-dashboard-explorunivers", |
|
3 "version": "0.1.0", |
|
4 "private": true, |
|
5 "dependencies": { |
|
6 "dashboard-components": "^1.0.0", |
|
7 "jquery": "^3.3.1", |
|
8 "lodash": "^4.17.10", |
|
9 "popper": "^1.0.1", |
|
10 "popper.js": "^1.14.4", |
|
11 "prop-types": "^15.6.2", |
|
12 "react": "^16.4.2", |
|
13 "react-dom": "^16.4.2", |
|
14 "react-intl": "^2.4.0", |
|
15 "react-redux": "^5.0.7", |
|
16 "react-router": "^4.3.1", |
|
17 "react-router-dom": "^4.3.1", |
|
18 "react-scripts": "1.1.5", |
|
19 "redux": "^4.0.0", |
|
20 "redux-logger": "^3.0.6", |
|
21 "redux-thunk": "^2.3.0" |
|
22 }, |
|
23 "scripts": { |
|
24 "test": "react-scripts test --env=jsdom", |
|
25 "eject": "react-scripts eject", |
|
26 "start-js": "react-scripts start", |
|
27 "start": "npm-run-all -p watch-css start-js", |
|
28 "build-js": "react-scripts build", |
|
29 "build": "npm-run-all build-css build-js", |
|
30 "build-css": "node-sass-chokidar --include-path ./node_modules src/ -o src/", |
|
31 "watch-css": "npm run build-css && node-sass-chokidar --include-path ./node_modules src/ -o src/ --watch --recursive" |
|
32 }, |
|
33 "devDependencies": { |
|
34 "ajv": "^6.5.3", |
|
35 "bootstrap": "^4.1.3", |
|
36 "eslint": "^5.4.0", |
|
37 "eslint-config-airbnb": "^17.1.0", |
|
38 "eslint-plugin-import": "^2.14.0", |
|
39 "eslint-plugin-jsx-a11y": "^6.1.1", |
|
40 "eslint-plugin-react": "^7.11.1", |
|
41 "node-sass-chokidar": "^1.3.3", |
|
42 "npm-run-all": "^4.1.3" |
|
43 } |
|
44 } |