-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
32 lines (32 loc) · 990 Bytes
/
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
{
"name": "eviction-lab-website",
"version": "2.0.0",
"description": "This is the repository for the Eviction Lab website.",
"main": "postcss.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EvictionLab/eviction-lab-website.git"
},
"author": "Hyperobjekt",
"license": "ISC",
"bugs": {
"url": "https://github.com/EvictionLab/eviction-lab-website/issues"
},
"homepage": "https://github.com/EvictionLab/eviction-lab-website#readme",
"dependencies": {
"autoprefixer": "^9.8.0",
"bootstrap": "^5.0.0-beta3",
"postcss-cli": "^10.1.0"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.13.5",
"@babel/plugin-transform-object-assign": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"babel-preset-minify": "^0.5.1",
"postcss-custom-properties": "^13.1.3"
}
}