-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.74 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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "palette-visualiser",
"version": "5.3.0",
"description": "Palette Visualiser",
"scripts": {
"build:dev": "webpack --mode development",
"build:prod": "webpack --mode production",
"start": "webpack-dev-server --mode development"
},
"keywords": [],
"author": "Julian Nicholls <juliannicholls29@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/JulianNicholls/palette-visualiser-3.git"
},
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.14",
"normalize.css": "^8.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-use": "^17.2.4",
"sass": "^1.45.1"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/plugin-proposal-class-properties": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-react": "^7.16.5",
"@babel/preset-typescript": "^7.16.5",
"@types/node": "^17.0.5",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"css-loader": "^3.5.3",
"eslint": "^8.5.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^4.3.0",
"sass-loader": "^10.1.0",
"style-loader": "^2.0.0",
"typescript": "^4.1.3",
"webpack": "^5.94.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.1"
}
}