-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 795 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 795 Bytes
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
{
"name": "COIN-Machine",
"version": "1.0.0",
"description": "Coin-Operated Inter-Net Machine",
"main": "index.js",
"repository": "https://github.com/davidhartsough/COIN-Machine.git",
"author": "David Hartsough <hartsoughdavid@gmail.com>",
"license": "MIT",
"scripts": {
"build": "webpack && cleancss -o dist/coin-machine.css src/styles/coin-machine.css"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"clean-css": "^4.2.1",
"clean-css-cli": "^4.2.1",
"eslint": "^5.9.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"webpack": "^4.26.1",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"findandreplacedomtext": "^0.4.6"
}
}