-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
executable file
·34 lines (34 loc) · 1017 Bytes
/
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
{
"name": "third",
"version": "1.0.0",
"description": "This plugin template uses Typescript. If you are familiar with Javascript, Typescript will look very familiar. In fact, valid Javascript code is already valid Typescript code.",
"main": "code.js",
"dependencies": {
"@types/three": "^0.169.0",
"css-loader": "^7.0.0",
"figma-styled-components": "2.1.0",
"html-webpack-plugin": "^5.0.0",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-treebeard": "^3.2.4",
"style-loader": "^4.0.0",
"styled-components": "5.3.11",
"three": "^0.170.0",
"ts-loader": "^9.0.0",
"typescript": "^5.0.0",
"url-loader": "^4.0.0",
"webpack": "^5.0.0",
"webpack-cli": "^5.0.0"
},
"devDependencies": {
"@types/react": "16.14.62",
"@types/react-dom": "16.9.24",
"html-inline-script-webpack-plugin": "^3.2.1"
},
"scripts": {
"start": "npx webpack --mode=development --watch",
"build": "npx webpack"
},
"author": "",
"license": "ISC"
}