forked from destefanis/design-lint
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.v4.backup.json
More file actions
executable file
·63 lines (63 loc) · 2.23 KB
/
Copy pathpackage.v4.backup.json
File metadata and controls
executable file
·63 lines (63 loc) · 2.23 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "figma-plugin-react-template",
"version": "1.0.0",
"description": "This plugin template uses Typescript. If you are familiar with Javascript, Typescript will look very familiar. In fact, valid Javascript code is already valid Typescript code.",
"license": "ISC",
"scripts": {
"build": "NODE_OPTIONS=--openssl-legacy-provider webpack --mode=production",
"build:watch": "NODE_OPTIONS=--openssl-legacy-provider webpack --mode=development --watch",
"prettier:format": "prettier --write 'src/**/*.{js,jsx,ts,tsx,css,json}' ",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"type-check": "tsc --noEmit",
"type-check:watch": "tsc --noEmit --watch",
"prepare": "husky",
"lint": "prettier --check 'src/**/*.{js,jsx,ts,tsx,css,json}'",
"lint:fix": "prettier --write 'src/**/*.{js,jsx,ts,tsx,css,json}'"
},
"dependencies": {
"classnames": "^2.2.6",
"framer-motion": "^6.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hint": "^3.2.1",
"react-tooltip": "^5.11.1"
},
"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@figma/plugin-typings": "^1.78.1",
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^30.0.0",
"@types/node": "^24.1.0",
"@types/react": "^16.8.24",
"@types/react-dom": "^16.8.5",
"babel-jest": "^30.0.5",
"css-loader": "^3.1.0",
"html-webpack-inline-source-plugin": "^0.0.10",
"html-webpack-plugin": "^3.2.0",
"husky": "^9.1.7",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.0.5",
"jest-environment-jsdom": "^30.0.5",
"lint-staged": "^16.1.4",
"prettier": "^3.6.2",
"style-loader": "^0.23.1",
"task-master-ai": "github:eyaltoledano/claude-task-master",
"ts-jest": "^29.4.0",
"ts-loader": "^6.0.4",
"tslint": "^5.18.0",
"tslint-react": "^4.0.0",
"typescript": "^5.9.2",
"url-loader": "^2.1.0",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6"
}
}