This repository was archived by the owner on Sep 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.56 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "scuffed-react-app",
"sideEffects": false,
"version": "1.1.0",
"description": "Start developing your React application with stress.",
"main": "src/index.js",
"private": true,
"scripts": {
"start": "webpack-dev-server",
"test": "test",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahtee/new-react-app.git"
},
"keywords": [
"react",
"webpack",
"typescript"
],
"author": "ahtee",
"license": "MIT",
"bugs": {
"url": "https://github.com/ahtee/new-react-app/issues"
},
"homepage": "https://github.com/ahtee/new-react-app#readme",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@types/react": "^16.9.5",
"@types/react-dom": "^16.9.1",
"@typescript-eslint/eslint-plugin": "^2.3.3",
"@typescript-eslint/parser": "^2.3.3",
"babel-loader": "^8.0.6",
"css-loader": "^3.0.0",
"eslint": "^5.16.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"nodegit": "^0.26.2",
"sass-loader": "^7.3.1",
"source-map-loader": "^0.2.4",
"style-loader": "^0.23.1",
"styled-components": "^4.4.1",
"ts-loader": "^6.2.0",
"typescript": "^3.6.4",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.4",
"webpack-dev-server": "^3.8.0"
},
"dependencies": {
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"bin": {
"new-react-app": "./scripts/npx.js"
}
}