-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.84 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
53
54
55
56
57
58
{
"name": "@utilitycss/electron-doc",
"version": "0.0.2",
"description": "A simple one page document for available electrons",
"main": "dist/main.js",
"scripts": {
"start": "NODE_ENV=development webpack serve --config webpack.config.dev.js",
"build": "NODE_ENV=production webpack --config webpack.config.prod.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/utilitycss/electron-doc.git"
},
"author": "Sylvester Aswin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/utilitycss/electron-doc/issues"
},
"homepage": "https://github.com/utilitycss/electron-doc#readme",
"dependencies": {},
"devDependencies": {
"@types/classnames": "^2.2.11",
"@types/node": "^14.14.35",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"classnames": "^2.2.6",
"postcss": "^8.2.8",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"tailwindcss": "^2.0.4",
"@types/lodash": "^4.14.168",
"autoprefixer": "^10.2.5",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.1.3",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"html-webpack-inline-source-plugin": "^1.0.0-beta.2",
"html-webpack-plugin": "^5.3.1",
"lodash": "^4.17.21",
"postcss-loader": "^5.2.0",
"prettier": "^2.2.1",
"raw-loader": "^4.0.2",
"source-map-loader": "^2.0.1",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.1",
"ts-loader": "^8.0.18",
"typescript": "^4.2.3",
"webpack": "^5.27.1",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
}
}