-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.4 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
{
"name": "solid-js-table",
"version": "1.0.0",
"scripts": {
"start": "webpack serve --open --config ./config/webpack.dev.js",
"build": "webpack --config ./config/webpack.prod.js"
},
"keywords": [],
"author": "Zedaan Rumi",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"@babel/preset-typescript": "^7.13.0",
"@types/node": "^14.14.37",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^3.11.3",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.4",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.6.0",
"postcss": "^8.2.13",
"postcss-loader": "^5.2.0",
"style-loader": "^2.0.0",
"tailwindcss": "^2.1.2",
"ts-node": "^9.1.1",
"typescript": "^4.2.3",
"webpack": "^5.30.0",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@types/d3": "^6.3.0",
"babel-preset-solid": "^0.25.0",
"d3": "^6.6.2",
"postcss-preset-env": "^6.7.0",
"solid-js": "^0.25.0",
"solid-styled-components": "^0.25.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zedaan/solid-js-table.git"
},
"bugs": {
"url": "https://github.com/zedaan/solid-js-table/issues"
},
"homepage": "https://github.com/zedaan/solid-js-table#readme"
}