-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.19 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
{
"name": "niehandlowa",
"version": "1.0.0",
"description": "Web app displaying whether stores are open on the coming Sunday or not",
"main": "dist/index.js",
"scripts": {
"start": "NODE_ENV=development webpack-dev-server --config webpack.config.js",
"build": "webpack --config ./webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Neob91/niehandlowa.git"
},
"author": "Andrzej Bartosiński",
"license": "ISC",
"bugs": {
"url": "https://github.com/Neob91/niehandlowa/issues"
},
"homepage": "https://github.com/Neob91/niehandlowa#readme",
"devDependencies": {
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"file-loader": "^5.0.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"source-map-loader": "^0.2.4",
"ts-loader": "^6.2.1",
"typescript": "^3.7.5",
"url-loader": "^3.0.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.2"
},
"dependencies": {
"@emotion/core": "^10.0.27",
"emotion": "^10.0.27",
"emotion-theming": "^10.0.27",
"niedziele": "^2.4.0",
"react": "^16.12.0",
"react-dom": "^16.12.0"
}
}