-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
66 lines (66 loc) · 1.84 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
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "nemo",
"version": "1.4.6",
"homepage": "https://louisgv.github.io/nemo",
"repository": "https://github.com/louisgv/nemo",
"private": true,
"license": "MIT",
"dependencies": {
"@types/debug": "^4.1.5",
"@types/jest": "25.1.4",
"@types/luxon": "^1.21.0",
"@types/node": "13.9.2",
"@types/react": "16.9.25",
"@types/react-dom": "16.9.5",
"@types/styled-components": "^5.0.1",
"autoscroll-react": "^3.2.0",
"case": "^1.6.2",
"copy-to-clipboard": "^3.3.1",
"debug": "^4.1.1",
"eosjs": "^20.0.3",
"epcis-js": "^0.1.0",
"file-saver": "^2.0.2",
"filereader-stream": "^2.0.0",
"grommet": "^2.11.2",
"luxon": "^1.22.0",
"neat-csv": "^5.2.0",
"react": "^16.13.1",
"react-autosuggest": "^9.4.3",
"react-country-flag": "^2.0.1",
"react-dom": "^16.13.1",
"react-file-drop": "^0.2.8",
"react-localization": "^1.0.15",
"react-rewards": "^1.1.1",
"react-scripts": "3.4.0",
"react-simple-chatbot": "^0.6.1",
"react-spring": "^8.0.27",
"react-styled-select": "^3.0.0",
"react-use-form-state": "^0.12.1",
"styled-components": "^5.0.1",
"styled-icons": "^10.2.1",
"typescript": "3.8.3",
"use-persisted-state": "^0.3.0",
"uuid": "^7.0.2"
},
"scripts": {
"predeploy": "yarn version && react-scripts build",
"deploy": "npx gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"version": "npx auto-changelog -p && git add CHANGELOG.md && git push"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"gh-pages": "^2.2.0"
}
}