-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.41 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
{
"name": "atk-piscinas",
"version": "1.0.0",
"description": "Piscinas grandes, pequeñas, redondas, cuadradas, personalizadas, tenemos una para ti",
"main": "index.js",
"repository": "git@github.com:gricelsepulveda/atk-piscinas.git",
"author": "hello@gricel.dev",
"license": "MIT",
"private": false,
"devDependencies": {
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"@types/webpack-env": "^1.15.0",
"autoprefixer": "^9.7.3",
"awesome-typescript-loader": "^5.2.1",
"cross-env": "^6.0.3",
"css-loader": "^3.4.1",
"file-loader": "^5.0.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.0",
"postcss-loader": "^3.0.0",
"postcss-scss": "^2.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"sass-loader": "^8.0.0",
"source-map-loader": "^0.2.4",
"style-loader": "^1.1.2",
"typescript": "^3.7.4",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
},
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server --hot --config webpack.config.js",
"build": "webpack --config ./webpack.config.js"
},
"dependencies": {
"@types/react-router": "^5.1.4",
"@types/react-router-dom": "^5.1.3",
"http-server": "^0.12.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2"
}
}