This repository was archived by the owner on Jul 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.39 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.39 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
49
50
51
52
{
"name": "initiatives-editor",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"@svgr/webpack": "4.3.3",
"babel-eslint": "10.1.0",
"babel-jest": "^24.9.0",
"babel-loader": "8.1.0",
"eslint-plugin-flowtype": "4.6.0",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "^1.6.1",
"history": "^4.10.1",
"immutable": "^4.0.0-rc.12",
"json-server": "^0.16.1",
"parcel-bundler": "^1.12.4",
"prop-types": "^15.7.2",
"ra-data-json-server": "^3.6.0",
"react": "^16.13.1",
"react-admin": "^3.5.5",
"react-dom": "^16.13.1",
"seamless-immutable": "^7.1.4",
"sourcecred": "https://github.com/sourcecred/sourcecred"
},
"scripts": {
"build": "parcel build src/index.html",
"serve": "flow-node src/localservice/serve.js",
"start": " yarn serve & parcel src/index.html --no-cache --open"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"flow-bin": "^0.126.1",
"flow-remove-types": "^2.126.1"
}
}