This repository was archived by the owner on Feb 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.5 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.5 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
53
54
{
"name": "icfp2",
"version": "0.1.0",
"private": true,
"dependencies": {
"@react-pdf/node": "^0.7.6",
"@react-pdf/renderer": "^1.0.0-alpha.15",
"ajv": "^6.5.3",
"axios": "^0.18.0",
"better-console": "^1.0.1",
"cape-lodash": "^1.13.2",
"cape-style": "^1.1.0",
"date-fns": "^1.29.0",
"esm": "^3.0.74",
"fs-extra": "^7.0.0",
"inflection": "^1.12.0",
"lodash": "^4.17.10",
"lodash-humps": "^3.1.2",
"prop-types": "^15.6.2",
"qs": "^6.5.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-redux": "^5.0.7",
"react-scripts": "1.1.5",
"redux": "^4.0.0",
"redux-devtools-extension": "^2.13.5",
"redux-history-component": "^2.2.0",
"redux-history-sync": "^3.2.2",
"redux-thunk": "^2.3.0",
"sanitize-html": "^1.19.0"
},
"scripts": {
"save": "babel-node --presets=react,env src/save",
"data-fix": "node -r esm fix.js",
"data": "node index",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"tests": "jest --watch",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"eslint": "^5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-lodash-fp": "^2.2.0-a1",
"eslint-plugin-react": "^7.11.1"
}
}