-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "litespread",
"version": "0.1.0",
"private": true,
"dependencies": {
"@blueprintjs/core": "^3.22.2",
"@blueprintjs/icons": "^3.12.0",
"@blueprintjs/table": "^3.8.2",
"@sentry/browser": "^5.4.3",
"@sentry/cli": "^1.46.0",
"es6-shim": "^0.35.5",
"file-saver": "^1.3.8",
"immutability-helper": "^2.9.1",
"moment": "^2.24.0",
"papaparse": "^4.6.3",
"prettier": "^1.16.4",
"react": "^16.12.0",
"react-dom": "^16.8.4",
"react-router-dom": "^5.1.2",
"react-scripts": "3.3.0",
"remotestoragejs": "^1.2.2",
"source-map-explorer": "^1.7.0",
"sql.js": "^0.5.0",
"sqlite-parser": "^1.0.1",
"squel": "^5.13.0"
},
"scripts": {
"precommit": "lint-staged",
"analyze": "source-map-explorer build/static/js/main.*",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}