-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1008 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
33
34
35
{
"name": "urpg-theme-2020",
"version": "1.0.0",
"description": "The package.json for the URPG theme.",
"main": "index.js",
"dependencies": {
"tailwindcss": "^1.1.4"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"autoprefixer": "^9.7.3",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.1",
"mini-css-extract-plugin": "^0.8.0",
"postcss-cli": "^6.1.3",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"scripts": {
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vanessasickles/urpg-theme-2020.git"
},
"author": "Vanessa Sickles <vanessa.sickles@gmail.com> (https://vanessasickles.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/vanessasickles/urpg-theme-2020/issues"
},
"homepage": "https://github.com/vanessasickles/urpg-theme-2020#readme"
}