-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.72 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
{
"version": "1.1.4",
"author": "michelada.io",
"name": "@micheladaio/sips-and-bits.css",
"scripts": {
"start": "webpack serve --mode=development --open",
"build": "export NODE_ENV=production && webpack",
"preppublish": "rm -rf ./dist/js && postcss ./src/styles/index.css --dir dist/",
"postpreppublish": "mkdir ./dist/js && cp -R ./src/js/controllers ./dist/js/controllers",
"upload": "npm publish --access public"
},
"dependencies": {
"@fullcalendar/core": "^5.10.1",
"@fullcalendar/daygrid": "^5.10.1",
"@fullcalendar/list": "^5.10.1",
"@fullcalendar/timegrid": "^5.10.1",
"@hotwired/stimulus-webpack-helpers": "^1.0.1",
"@tailwindcss/forms": "^0.4.0",
"core-js": "^3.20.2",
"fullcalendar": "^5.10.1",
"regenerator-runtime": "^0.13.9",
"vanillajs-scrollspy": "^2.2.0"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"babel-loader": "^8.2.3",
"browser-sync": "^2.27.4",
"clean-css-cli": "^5.3.3",
"css-loader": "^6.5.1",
"nodemon": "^2.0.12",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.5",
"postcss-assets": "^6.0.0",
"postcss-cli": "^8.3.1",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.2.3",
"prismjs": "^1.26.0",
"rimraf": "^3.0.2",
"style-loader": "^3.3.1",
"tailwindcss": "^3.0.13",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michelada/design_system.git"
},
"bugs": {
"url": "https://github.com/michelada/design_system/issues"
},
"homepage": "https://github.com/michelada/design_system#readme"
}