This repository has been archived by the owner on May 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.51 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
{
"name": "csv-editor-online",
"version": "0.1.0",
"homepage": "http://lemonunit.github.io/csv-editor-online",
"dependencies": {
"@types/jest": "24.0.18",
"@types/node": "12.7.2",
"@types/react": "16.9.2",
"@types/react-dom": "16.9.0",
"antd": "^3.22.2",
"brace": "^0.11.1",
"csv-string": "^3.1.6",
"customize-cra": "^0.5.0",
"react": "^16.9.0",
"react-ace": "^7.0.4",
"react-app-rewired": "^2.1.3",
"react-dom": "^16.9.0",
"react-scripts": "3.1.1",
"react-spreadsheet": "^0.4.34",
"throttle-debounce": "^2.1.0",
"typescript": "3.5.3"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/throttle-debounce": "^2.1.0",
"babel-plugin-import": "^1.12.1",
"eslint-utils": "1.4.1",
"gh-pages": "^2.1.1",
"less": "^3.10.3",
"less-loader": "^5.0.0"
}
}