-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 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
46
47
{
"name": "@jswf/react-sample01",
"version": "1.0.3",
"description": "VirtualWindow Component Sample",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --mode production"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"VirtulWindow",
"ListView",
"TreeView",
"React"
],
"author": "SoraKumo",
"license": "MIT",
"devDependencies": {
"@jswf/react": "^1.0.11",
"@types/node": "^13.11.0",
"@types/react": "~16.9.32",
"@types/react-dom": "~16.9.6",
"@types/styled-components": "~5.0.1",
"css-loader": "~3.4.2",
"dts-bundle": "~0.7.3",
"fs-extra": "~9.0.0",
"html-webpack-plugin": "~4.0.4",
"node-sass": "~4.13.1",
"react-dom": "^16.13.1",
"sass-loader": "~8.0.2",
"source-map-loader": "~0.2.4",
"style-loader": "~1.1.3",
"styled-components": "~5.0.1",
"ts-loader": "~6.2.2",
"tslint": "~6.1.1",
"tslint-config-airbnb": "~5.11.2",
"tslint-loader": "~3.5.4",
"typescript": "~3.8.3",
"url-loader": "~4.0.0",
"webpack": "~4.42.1",
"webpack-cli": "~3.3.11",
"webpack-dev-server": "~3.10.3"
}
}