-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "@live-table/react",
"version": "1.0.0",
"description": "The React implementation of @live-table/core.",
"main": "dist/index.js",
"scripts": {
"start": "ts-node scripts/start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/live-table/react.git"
},
"keywords": [
"live-table",
"table",
"react"
],
"author": "Dorian Herlory (https://laboiteadodo.fr)",
"license": "MIT",
"bugs": {
"url": "https://github.com/live-table/react/issues"
},
"homepage": "https://github.com/live-table/react#readme",
"dependencies": {
"@live-table/core": "file:../core",
"@types/react-dom": "^16.9.5",
"classnames": "^2.2.6",
"react": "^16.13.0",
"react-dom": "^16.13.0"
},
"devDependencies": {
"@types/classnames": "^2.2.9",
"@types/react": "^16.9.23",
"@types/shelljs": "^0.8.6",
"@types/webpack": "^4.41.7",
"shelljs": "^0.8.3",
"source-map-loader": "^0.2.4",
"ts-loader": "^6.2.1",
"ts-node": "^8.6.2",
"typescript": "^3.8.3",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
}
}