-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.47 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
{
"name": "kaios-app-template",
"version": "0.0.0",
"description": "Your starting point for the KaiOS / Jio app",
"private": true,
"scripts": {
"build": "webpack --mode production",
"dev": "webpack-dev-server --mode development"
},
"repository": {
"type": "git",
"url": "git https://github.com/hueitan/kaios-app-template.git"
},
"bugs": {
"url": "http://github.com"
},
"homepage": "",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"b2g-cli-tool": "github:fabricedesre/b2gclitool",
"babel-loader": "^8.1.0",
"babel-plugin-module-resolver": "^3.2.0",
"cross-env": "^7.0.2",
"css-loader": "^3.6.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-preact": "^1.1.6",
"eslint-loader": "^3.0.4",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"less": "^3.12.2",
"less-loader": "^5.0.0",
"lodash": "^4.17.20",
"minimatch": "^3.0.4",
"style-loader": "^1.2.1",
"stylelint": "^13.12.0",
"stylelint-config-standard": "^21.0.0",
"stylelint-webpack-plugin": "^2.1.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"history": "^4.10.1",
"preact": "~10.4.1",
"preact-router": "^3.2.1"
}
}