-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.19 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
37
38
39
40
41
42
43
44
{
"name": "swatchmaker",
"version": "0.0.0",
"description": "",
"dependencies": {
"node": "^10.5.0",
"nodejs": "^0.0.0",
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.0",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.3",
"webpack": "^4.26.1",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.14"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"start": "webpack-dev-server --devtool eval"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaredgorski/Swatchmaker.git"
},
"author": "Jared Gorski",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaredgorski/Swatchmaker/issues"
},
"homepage": "https://github.com/jaredgorski/Swatchmaker#readme"
}