-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
26 lines (26 loc) · 847 Bytes
/
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
{
"name": "practical-reason-react",
"version": "1.0.0",
"description": "A collection of small apps featuring different things you might want to implement in your (bigger) app in `reason-react`.",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"webpack": "^4.0.1",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.8"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"netlify:build": "npm --prefix ./context run netlify:build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MargaretKrutikova/practical-reason-react.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/MargaretKrutikova/practical-reason-react/issues"
},
"homepage": "https://github.com/MargaretKrutikova/practical-reason-react#readme"
}