-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.06 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.06 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "portfolio",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack",
"build": "npm ci && npm start",
"watch": "webpack -w",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"deploy": "gh-pages -d dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.19.0",
"@storybook/addon-actions": "^6.5.10",
"@storybook/addon-links": "^6.5.10",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addons": "^6.5.10",
"@storybook/builder-webpack5": "^6.5.10",
"@storybook/manager-webpack5": "^6.5.10",
"@storybook/react": "^6.5.10",
"@types/ramda": "^0.28.15",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"babel-loader": "^8.2.5",
"copy-webpack-plugin": "^11.0.0",
"favicons-webpack-plugin": "^5.0.2",
"file-loader": "^6.2.0",
"gh-pages": "^4.0.0",
"html-loader": "^4.1.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.1",
"postcss-loader": "^7.0.1",
"ramda": "^0.28.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"sass": "^1.54.9",
"sass-loader": "^13.0.2",
"scrollreveal": "^4.0.9",
"source-map-loader": "^4.0.0",
"three": "^0.130.1",
"three-gltf-loader": "^1.111.0",
"three-orbitcontrols": "^2.110.3",
"ts-loader": "^9.3.1",
"typescript": "^4.8.3",
"url-loader": "^4.1.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"bootstrap": "^5.2.1"
},
"babel": {
"presets": [
"@babel/preset-react"
]
},
"resolutions": {
"glob-parent": "^6.0.2",
"trim": "^0.0.3",
"minimist": "^1.2.6",
"trim-newlines": "^4.0.2"
}
}