forked from AcalaNetwork/token-resources
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 750 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 750 Bytes
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
{
"name": "tokens-resource",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"transform": "node scripts/transform-icons.cjs",
"pre-build": "node scripts/transform-icons.cjs && node scripts/create-resource-list.cjs",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "12.1.0",
"react": "17.0.2",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "17.0.2",
"svg2png": "^4.1.1"
},
"devDependencies": {
"autoprefixer": "^10.4.3",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"postcss": "^8.4.11",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.2"
}
}