-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.14 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.14 KB
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
{
"name": "react-spring-lightbox-example",
"homepage": "https://tim-soft.github.io/react-spring-lightbox",
"version": "0.0.0",
"license": "MIT",
"private": true,
"dependencies": {
"@react-spring/web": "link:../node_modules/@react-spring/web",
"color": "^3.1.3",
"lodash.clamp": "^4.0.3",
"lodash.merge": "^4.6.2",
"next": "^11.0.1",
"prop-types": "^15.6.2",
"react": "link:../node_modules/react",
"react-dom": "link:../node_modules/react-dom",
"react-icons": "^4.2.0",
"react-is": "link:../node_modules/react-is",
"react-photo-gallery": "^8.0.0",
"react-spring-lightbox": "link:..",
"styled-components": "link:../node_modules/styled-components",
"styled-normalize": "^8.0.7"
},
"scripts": {
"dev": "next",
"start": "next start",
"build": "next build"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"babel-plugin-styled-components": "link:../node_modules/babel-plugin-styled-components"
}
}