-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
55 lines (55 loc) · 1.64 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
{
"name": "multi-mat",
"version": "1.0.0",
"description": "",
"main": "main.js",
"dependencies": {
"@types/aframe": "^0.8.4",
"prop-types": "^15.7.2",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"devDependencies": {
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/plugin-transform-async-to-generator": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"@types/three": "^0.103.2",
"@typescript-eslint/eslint-plugin": "^2.17.0",
"@typescript-eslint/parser": "^2.17.0",
"aframe": "^1.0.3",
"awesome-typescript-loader": "^5.2.1",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-react-intl": "^5.1.17",
"babel-plugin-transform-react-jsx-img-import": "^0.1.4",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.0",
"html-webpack-plugin": "^3.2.0",
"prettier": "^1.19.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"three": "^0.112.1",
"three-gltf2-loader": "^1.2.0",
"ts-loader": "^6.2.1",
"typescript": "^3.7.4",
"webpack-dev-server": "^3.10.1"
},
"scripts": {
"tst": "ls",
"prettier": "prettier --write src/**/*.js",
"lint:js": "eslint src/**/*.js",
"webpack": "webpack",
"dev": "webpack-dev-server --open",
"build": "webpack --mode=development --watch "
},
"author": "",
"license": "ISC"
}