-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 2.1 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
54
55
56
57
58
59
60
61
{
"name": "r3f",
"version": "1.0.0",
"browserslist": "last 2 version and not < 0.2% and not ie > 1 and not dead and not op_mini all",
"sideEffects": [
"*.scss",
"core-js/stable"
],
"description": "R3F boilerplate",
"scripts": {
"dev": "yarn start & webpack --watch --mode development --config webpack.config.js",
"start": "node server.js",
"lint": "eslint \"**/*.js\" --fix",
"build": "webpack --mode production --config webpack.config.js",
"lt": "lt --port 4000 --subdomain testypants"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"compression": "^1.7.4",
"eslint": "^8.15.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-unused-imports": "^2.0.0",
"express": "^4.18.1",
"localtunnel": "^2.0.0",
"serve-static": "^1.15.0"
},
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-transform-react-jsx": "^7.12.12",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@react-three/babel": "^0.1.0",
"@react-three/fiber": "^8.0.14",
"autoprefixer": "^10.4.7",
"babel-esm-plugin": "^0.9.0",
"babel-loader": "^8.2.5",
"classnames": "^2.3.1",
"copy-webpack-plugin": "^7.0.0",
"core-js": "3.8.1",
"css-loader": "^5.0.1",
"eslint-plugin-compat": "^4.0.2",
"html-inline-css-webpack-plugin": "^1.11.1",
"html-webpack-plugin": "^5.0.0-beta.1",
"mini-css-extract-plugin": "^1.3.3",
"node-sass": "^7.0.1",
"postcss-loader": "^4.1.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"sass-loader": "^12.6.0",
"three": "^0.140.2",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-glsl-loader": "^1.0.1"
},
"author": "",
"license": "ISC"
}