-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·77 lines (77 loc) · 2.53 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·77 lines (77 loc) · 2.53 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "tinyphp-bootstrap",
"version": "1.0.1",
"description": "Application development platform integrated bootstrap and tinyphp for PHP frameworks",
"main": "src/js/tinyphp.js",
"scripts": {
"dev": "cross-env NODE_ENV=dev webpack serve --config build/conf/webpack.config.dev.js --progress",
"build": "cross-env NODE_ENV=prod webpack --config build/conf/webpack.config.prod.js --progress",
"scss": "sass --load-path=node_modules/ --source-map --watch build/scss/tinyphp.ui.scss:/tinyphp.ui.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saasjit/tinyphp-bootstrap.git"
},
"author": "tinycn@qq.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/saasjit/tinyphp-bootstrap/issues"
},
"homepage": "https://github.com/saasjit/tinyphp-bootstrap#readme",
"devDependencies": {
"@babel/core": "^7.13.6",
"@babel/parser": "^7.13.6",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"@babel/runtime": "^7.13.17",
"@babel/types": "^7.13.17",
"@webpack-cli/serve": "^1.4.0",
"add-asset-html-webpack-plugin": "^3.2.0",
"autoprefixer": "^9.0.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^9.0.1",
"cross-env": "^7.0.2",
"css-loader": "^5.2.6",
"eslint": "^7.2.0",
"eslint-config-alloy": "^3.7.2",
"eslint-loader": "^4.0.2",
"expose-loader": "^2.0.0",
"file-loader": "^6.2.0",
"html-loader": "^2.1.2",
"html-minifier-terser": "^5.1.1",
"html-webpack-inline-source-plugin": "^0.0.10",
"html-webpack-plugin": "^5.3.1",
"html-withimg-loader": "^0.1.16",
"image-webpack-loader": "^7.0.1",
"inline-html-withimg-loader": "^1.1.0",
"mini-css-extract-plugin": "^1.5.0",
"npm-run-all": "^4.1.5",
"postcss-loader": "^6.1.1",
"resolve-url-loader": "^4.0.0",
"sass": "1.42.1",
"sass-loader": "^11.1.1",
"style-loader": "^2.0.0",
"url-loader": "^4.1.0",
"webpack": "^5.72.1",
"webpack-bundle-analyzer": "^4.4.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0",
"webpack-merge": "^5.7.3",
"webpack-plugin-hash-output": "^3.2.1"
},
"dependencies": {
"@popperjs/core": "^2.10.2",
"admin-lte": "^3.1.0",
"bootstrap": "^5.1.3",
"html-webpack-tags-plugin": "^3.0.2"
},
"browserslist": [
"ie > 10",
"> 1%",
"last 2 versions"
]
}