-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 985 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
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "webrow-guide",
"version": "0.0.1",
"description": "A webrow guide + demo app",
"main": "src/App.js",
"directories": {
"test": "test"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"autocannon": "^5.0.1",
"domready": "^1.0.8",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"smoothscroll-polyfill": "^0.4.4"
},
"devDependencies": {
"fs-extra": "^9.0.1",
"typescript": "^3.9.7",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/purescript-webrow/guide.git"
},
"author": "Tomasz Rybarczyk (aka paluh)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/purescript-webrow/guide/issues"
},
"homepage": "https://github.com/purescript-webrow/guide#readme"
}