-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.46 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
{
"name": "gramatika-figma-plugin",
"version": "0.0.1",
"description": "Gramatika cek typo bahasa Indonesia",
"main": "code.js",
"homepage": "https://github.com/sonnylazuardi/cek-ejaan/",
"bugs": "https://github.com/sonnylazuardi/cek-ejaan/issues",
"repository": {
"url": "https://github.com/sonnylazuardi/cek-ejaan/",
"type": "git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch --mode development",
"lint": "eslint './src/**/*.{ts,tsx}' --fix",
"build": "webpack --mode production"
},
"author": "sonnylazuardi",
"license": "MIT",
"dependencies": {
"@types/react": "^16.9.1",
"@types/react-dom": "^16.8.5",
"akarata": "^0.2.1",
"css-loader": "^3.1.0",
"fuse.js": "^3.4.6",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^3.2.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-lottie": "^1.2.3",
"style-loader": "^0.23.1",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"url-loader": "^2.1.0",
"use-image": "^1.0.5",
"webpack": "^4.38.0",
"webpack-cli": "^3.3.6"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"prettier": "^1.18.2"
}
}