-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 865 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
{
"name": "virtualized-select-test",
"version": "1.0.0",
"description": "Test for React virtualized select",
"main": "./pages/index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"static": "next export",
"gh-pages-deploy": "git subtree push --prefix out origin gh-pages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/afisher88/virtualized-select-test.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/afisher88/virtualized-select-test/issues"
},
"homepage": "https://github.com/afisher88/virtualized-select-test#readme",
"dependencies": {
"@zeit/next-css": "^1.0.1",
"isomorphic-unfetch": "^3.0.0",
"next": "^7.0.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-virtualized-select": "^3.1.3"
}
}