-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "immutable-webapp",
"version": "0.0.1",
"description": "En eksempel-app for immutable webapps",
"browser": "src/main.js",
"scripts": {
"build": "webpack --mode production",
"start": "webpack-dev-server --open --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kleivane/immutable-webapp.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kleivane/immutable-webapp/issues"
},
"homepage": "https://github.com/kleivane/immutable-webapp#readme",
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"babel-loader": "^8.0.6",
"html-webpack-plugin": "^3.2.0",
"moment": "^2.24.0",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"yaml-lint": "^1.2.4"
},
"dependencies": {
"@bekk/storybook": "^2.5.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"styled-components": "^5.0.1"
}
}