-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
35 lines (35 loc) · 985 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
35
{
"name": "figma-map-maker",
"version": "0.1.0",
"main": "index.js",
"repository": "git@github.com:kawamurakazushi/figma-map-generator.git",
"author": "Kazushi Kawamura <wakaka2277@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/react": "^16.8.2",
"@types/react-dom": "^16.8.0",
"css-loader": "^3.2.0",
"figma-plugin-types": "^0.1.3",
"html-webpack-inline-source-plugin": "^0.0.10",
"html-webpack-plugin": "^3.2.0",
"prettier": "^1.18.2",
"style-loader": "^1.0.0",
"typescript": "^3.6.2",
"webpack-cli": "^3.3.7"
},
"scripts": {
"build": "webpack",
"watch": "webpack -w"
},
"dependencies": {
"add": "^2.0.6",
"constate": "^1.2.0",
"figma-styled-components": "git+https://github.com/kawamurakazushi/figma-styled-components.git",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"ts-loader": "^6.0.4",
"use-debounce": "^3.0.0",
"webpack": "^4.39.3",
"yarn": "^1.17.3"
}
}