-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·82 lines (82 loc) · 2.45 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "RyanYaoDesign",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config webpack.dev.js --mode development",
"build": "postcss src/assets/css/main.css -o dist/styles/main.css && webpack --config webpack.prod.js --mode production",
"preview": "npm run build && http-server dist",
"test": "standard",
"build:css": "postcss src/assets/css/main.css -o dist/styles/main.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lucky13820/RyanYaoDesign.git"
},
"dependencies": {
"chart.js": "^2.9.3",
"datatables.net": "^1.10.20",
"datatables.net-dt": "^1.10.20",
"datatables.net-fixedcolumns-dt": "^3.3.0",
"datatables.net-fixedheader-dt": "^3.1.6",
"datatables.net-responsive-dt": "^2.2.3",
"eslint-utils": "^2.0.0",
"normalize.css": "^8.0.1",
"select2": "^4.0.13",
"serialize-javascript": "^2.1.2",
"tailwindcss-fluid-container": "^2.1.0"
},
"keywords": [
"webpack",
"static",
"starter",
"html",
"pages"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lucky13820/RyanYaoDesign/issues"
},
"homepage": "https://github.com/lucky13820/RyanYaoDesign#readme",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@barba/core": "^2.9.7",
"@fullhuman/postcss-purgecss": "^1.3.0",
"autoprefixer": "^9.7.5",
"babel-loader": "^8.1.0",
"brotli-gzip-webpack-plugin": "^0.5.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.4.2",
"cssnano": "^4.1.10",
"file-loader": "^4.3.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.11.1",
"image-webpack-loader": "^5.1.0",
"jquery": "^3.4.1",
"lightbox2": "^2.11.1",
"mini-css-extract-plugin": "^0.8.2",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss": "^7.0.27",
"postcss-cli": "^6.1.3",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.2.1",
"smoothstate": "^0.7.2",
"standard": "^13.1.0",
"style-loader": "^0.23.1",
"tailwindcss": "^1.2.0",
"tailwindcss-dark-mode": "^1.1.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^2.3.0",
"webmanifest-loader": "^0.3.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"xml-loader": "^1.2.1"
}
}