-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.59 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "paperbase",
"packageManager": "yarn@4.3.1",
"devDependencies": {
"buble": "^0.20.0",
"buble-loader": "^0.5.1",
"css-loader": "^6.6.0",
"html-webpack-plugin": "^5.5.0",
"style-loader": "^3.3.1",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"description": "Paperbase",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"start": "webpack serve --hot --mode development",
"deploy": "aws s3 sync /Users/damoncrockett/paperbase/dist/ s3://paperbase.xyz/",
"sync": "aws s3 sync /Users/damoncrockett/paperbase/src/assets/img/ s3://paperbase.xyz/",
"lux": "aws s3 sync /Users/damoncrockett/paperbase/lux/ s3://paperbase.xyz/records/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/damoncrockett/paperbase.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/damoncrockett/paperbase/issues"
},
"homepage": "https://github.com/damoncrockett/paperbase#readme",
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/material": "^5.10.9",
"@react-spring/three": "^9.4.4",
"@react-three/drei": "^8.16.4",
"@react-three/fiber": "^7.0.26",
"chroma-js": "^3.0.0",
"d3-array": "^3.1.1",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"d3-transition": "^3.0.1",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"three": "^0.137.5"
}
}