-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.5 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.5 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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "project",
"version": "1.0.0",
"description": "\"# reactSkill\"",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack",
"build:dev": "cross-env NODE_ENV=development webpack --config webpack.config.js",
"build:prod": "cross-env NODE_ENV=production webpack --config webpack.config.js",
"dev": "cross-env NODE_ENV=development node ./bin/dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/profAlexGit/reactSkill.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/profAlexGit/reactSkill/issues"
},
"homepage": "https://github.com/profAlexGit/reactSkill#readme",
"devDependencies": {
"@hot-loader/react-dom": "^16.13.0",
"@types/jest": "^25.2.1",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.2",
"css-loader": "^3.5.3",
"html-webpack-plugin": "^4.3.0",
"jest": "^26.0.1",
"less": "^3.11.1",
"less-loader": "^6.0.0",
"react-hot-loader": "^4.12.21",
"style-loader": "^1.2.1",
"ts-jest": "^25.5.0",
"ts-loader": "^7.0.2",
"typescript": "^3.8.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-middleware": "^3.7.2",
"webpack-dev-server": "^3.10.3",
"webpack-hot-middleware": "^2.25.0",
"webpack-node-externals": "^1.7.2"
},
"dependencies": {
"express": "^4.17.1",
"nodemon": "^2.0.3",
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
}