-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 987 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
36
37
38
39
{
"name": "whatson",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch": "webpack-dev-server -d -w",
"build": "NODE_ENV=development webpack",
"prod": "NODE_ENV=production webpack",
"test": "elm-test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mindriot101/whatson.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mindriot101/whatson/issues"
},
"homepage": "https://github.com/mindriot101/whatson#readme",
"devDependencies": {
"@fullhuman/postcss-purgecss": "^1.3.0",
"autoprefixer": "^9.6.1",
"elm-test": "^0.19.1-revision2",
"elm-webpack-loader": "^6.0.0",
"postcss": "^7.0.18",
"postcss-loader": "^3.0.0",
"style-loader": "^1.0.0",
"tailwindcss": "^1.1.2",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.8",
"webpack-dev-server": "^3.8.1"
},
"dependencies": {
"elm": "^0.19.1-3"
}
}