-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
71 lines (71 loc) · 2.13 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
{
"name": "china-lantern",
"version": "1.1.0",
"main": "dist/china-lantern.cjs.js",
"browser": "dist/china-lantern.umd.js",
"module": "dist/china-lantern.esm.js",
"unpkg": "dist/china-lantern.umd.min.js",
"homepage": "https://github.com/fz6m/china-lantern",
"description": "website chinese new year lantern pendant",
"author": "fz6m",
"repository": {
"type": "git",
"url": "https://github.com/fz6m/china-lantern"
},
"keywords": [
"lantern",
"china",
"china-lantern"
],
"files": [
"dist"
],
"scripts": {
"build": "cross-env NODE_ENV=production CSS_STATUS=inline node ./build/index.js",
"deploy": "node ./build/deploy.js",
"lint": "eslint --ext .js \"src\"",
"lint:style": "stylelint \"src/*.{css,scss}\"",
"prettier": "prettier -c --write \"src/**/*.js\"",
"fix": "eslint --fix --ext .js \"src\"",
"fix:style": "stylelint --fix \"src/*.{css,scss}\""
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.3.3",
"autoprefixer": "^9.8.6",
"chalk": "^4.1.0",
"cross-env": "^7.0.2",
"cssnano": "^4.1.10",
"cssnano-preset-default": "^4.0.7",
"eslint": "^7.12.0",
"eslint-config-prettier": "^6.14.0",
"eslint-plugin-prettier": "^3.1.4",
"html-minifier": "^4.0.0",
"husky": "^4.3.0",
"lodash": "^4.17.20",
"node-sass": "^4.14.1",
"prettier": "^2.1.2",
"pretty-quick": "^3.1.0",
"rollup": "^2.32.1",
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-postcss": "^3.1.8",
"rollup-plugin-terser": "^7.0.2",
"runjs": "^4.4.2",
"stylelint": "^13.8.0",
"stylelint-config-standard": "^20.0.0"
},
"dependencies": {
"@babel/runtime": "^7.12.1",
"@babel/runtime-corejs3": "^7.12.1"
},
"license": "MIT"
}