-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.27 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
{
"name": "figma-react-template",
"version": "0.0.0",
"description": "figma plugin react template",
"main": "code.js",
"scripts": {
"prebuild": "rimraf dist",
"build:type": "tsc --emitDeclarationOnly --declaration --declarationDir dist",
"build": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SoYoung210/figma-react-template.git"
},
"keywords": [
"figma",
"figma-plugin",
"template"
],
"author": "soso (SoYoung210)",
"license": "MIT",
"bugs": {
"url": "https://github.com/SoYoung210/figma-react-template/issues"
},
"homepage": "https://github.com/SoYoung210/figma-react-template#readme",
"dependencies": {
"axios": "^0.25.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.1",
"typeface-roboto": "^1.1.13"
},
"devDependencies": {
"@figma/plugin-typings": "^1.41.1",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"css-loader": "^6.5.1",
"html-webpack-plugin": "^5.5.0",
"react-dev-utils": "^12.0.0",
"rimraf": "^3.0.2",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.6",
"typescript": "^4.5.4",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1"
},
"ntl": {
"runner": "pnpm"
}
}