-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.02 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.02 KB
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
{
"name": "tenglin-react-less-ts-template",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"build": "del /Q dist && npx webpack --mode=production",
"dev": "del /Q dist && npx webpack-dev-server"
},
"author": "",
"license": "ISC",
"dependencies": {
"@loadable/component": "^5.12.0",
"es6-shim": "^0.35.5",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-router-dom": "^5.1.2",
"tslib": "^1.10.0",
"url-search-params-polyfill": "^8.0.0"
},
"devDependencies": {
"@types/react-dom": "^16.9.5",
"@types/react-router-dom": "^5.1.3",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"file-loader": "^5.1.0",
"html-webpack-plugin": "^3.2.0",
"img-loader": "^3.0.1",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"style-loader": "^1.1.3",
"ts-loader": "^6.2.1",
"typescript": "^4.0.2",
"url-loader": "^3.0.0",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
}
}