-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 1.01 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
{
"name": "atlas",
"version": "0.1.0",
"description": "## Install",
"main": "index.js",
"dependencies": {
"concurrently": "^5.2.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-react-app": "^4.0.0",
"eslint-plugin-flowtype": "^3.7.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-hooks": "^1.6.0"
},
"scripts": {
"start": "concurrently \"npm:start-backend\" \"npm:start-frontend\"",
"start-backend": "atlas runserver",
"start-frontend": "cd frontend && npm start",
"test": "cd frontend && npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/getsentry/atlas.git"
},
"author": "David Cramer <[email protected]> (https://github.com/dcramer)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/getsentry/atlas/issues"
},
"homepage": "https://github.com/getsentry/atlas#readme",
"volta": {
"node": "12.17.0"
}
}