-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.02 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
{
"name": "chamonix",
"version": "1.0.0",
"description": "",
"main": "scripts.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "json-server db.json --port 3001 & live-server & TAILWIND_MODE=watch postcss ./tailwind.css -o ./styles.css --watch",
"build": "NODE_ENV=production postcss ./tailwind.css -o ./styles.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adamtlord/chamonix.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/adamtlord/chamonix/issues"
},
"homepage": "https://github.com/adamtlord/chamonix#readme",
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"autoprefixer": "^10.4.7",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"live-server": "^1.2.1",
"postcss": "^8.4.14",
"postcss-cli": "^8.3.1",
"prettier": "^2.3.2",
"tailwindcss": "^3.0.24"
},
"dependencies": {
"json-server": "^0.17.0"
}
}