-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.66 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
{
"name": "tailwind-default",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"source": "postcss src/pre-compiled-styles.css -o dist/css/styles.src.css",
"remote": "postcss src/compile-for-remote.css -o dist/css/styles.remote.css",
"purged": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=6144 postcss src/pre-compiled-styles.css -o dist/css/styles.purged.css",
"minify": "postcss dist/css/styles.purged.css > dist/css/styles.mini.css",
"mini": "npm run purged && npm run minify",
"config-export": "tailwind-config-viewer export ./config",
"all": "npm run source && npm run purged && npm run minify",
"config": "tailwind-config-viewer -o",
"allsource": "npm run source && npm run remote",
"allremote": "npm run all && npm run remote"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@tailwindcss/typography": "^0.4.0",
"cross-env": "^7.0.3",
"cssnano": "^4.1.10",
"postcss": "^8.2.4",
"postcss-cli": "^8.3.1",
"postcss-discard-comments": "^4.0.2",
"postcss-focus-visible": "^5.0.0",
"postcss-import": "^14.0.0",
"tailwind-config-viewer": "^1.5.0",
"tailwind-scrollbar": "^1.2.2",
"tailwindcss": "^2.0.2",
"tailwindcss-important": "^1.0.0",
"tailwindcss-interaction-variants": "^5.0.0"
},
"dependencies": {
"@popperjs/core": "^2.6.0",
"a11y-dialog": "^5.4.3",
"alertifyjs": "^1.13.1",
"autoprefixer": "^10.1.0",
"flatpickr": "^4.6.9",
"free-jqgrid": "^4.15.5",
"intro.js": "^3.2.1",
"mmenu-js": "^8.5.20",
"notifyjs-browser": "^0.4.2",
"select2": "^4.1.0-beta.1",
"tippy.js": "^6.2.7"
}
}