generated from rojcyk/figma-plugin-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.63 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
{
"private": true,
"name": "figma-sweeper",
"version": "1.0.2",
"description": "Reconnect your disconnected styles!",
"author": "Denis Rojcyk <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rojcyk/figma-sweeper.git"
},
"bugs": {
"url": "https://github.com/rojcyk/figma-sweeper/issues",
"email": "[email protected]"
},
"scripts": {
"dev": "NODE_ENV=development node ./node_modules/webpack-cli/bin/cli.js --mode=development --watch",
"build": "node ./node_modules/webpack-cli/bin/cli.js --mode=production"
},
"devDependencies": {
"@figma/plugin-typings": "^1.19.0",
"@types/node": "^14.0.23",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.6",
"@types/styled-components": "^5.1.1",
"@typescript-eslint/eslint-plugin": "^3.8.0",
"@typescript-eslint/parser": "^3.8.0",
"dotenv": "^8.2.0",
"eslint": "^7.6.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.0.8",
"figmaio": "^0.2.5",
"html-webpack-plugin": "^4.3.0",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-animate-height": "^2.0.23",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"styled-components": "^5.1.1",
"ts-loader": "^8.0.1",
"typescript": "^3.9.7",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
}
}