-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.2 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.2 KB
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
{
"name": "craftwork-icons",
"version": "2.0.0",
"description": "Collection of beautiful icons from Craftwork",
"repository": {
"type": "git",
"url": "https://github.com/thierryntoh/basil-plugin.git"
},
"author": "Thiérry Ntoh <thierryntoh24@gmail.com> (http://thierryntoh.webflow.io)",
"license": "MIT",
"keywords": [
"icons",
"figma",
"basil",
"clickons",
"edge",
"craftwork"
],
"scripts": {
"build": "webpack --mode=production",
"watch": "webpack --mode=development --watch"
},
"devDependencies": {
"@figma/plugin-typings": "^1.39.1",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"css-loader": "^6.5.1",
"html-webpack-inline-source-plugin": "^1.0.0-beta.2",
"html-webpack-plugin": "^5.5.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.6",
"typescript": "^4.5.2",
"url-loader": "^4.1.1",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"axios": "^0.27.2",
"fuse.js": "^6.4.6",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}