forked from dblodorn/sanzo-wada
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.52 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
57
58
{
"name": "swdoc",
"version": "1.0.0",
"description": "sanzo wada dicitionary of color",
"main": "index.js",
"repository": "https://github.com/dblodorn/sanzo-wada",
"author": "Dain Blodorn Kim",
"license": "ISC",
"private": true,
"scripts": {
"dev": "webpack-dev-server --mode development --open",
"build": "webpack --mode production"
},
"babel": {
"presets": [
"env",
"react",
"stage-2"
],
"plugins": [
"babel-plugin-styled-components"
]
},
"dependencies": {
"chroma-js": "^1.3.7",
"connected-react-router": "^4.4.1",
"history": "^4.7.2",
"react": "^16.8.6",
"react-autocomplete": "^1.8.1",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.8.6",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scroll": "^1.7.10",
"react-url-query": "^1.4.0",
"redux": "^4.0.0",
"redux-devtools-extension": "^2.13.5",
"redux-thunk": "^2.3.0",
"styled-components": "^3.3.3",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-styled-components": "^1.5.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
"html-webpack-plugin": "^3.2.0",
"react-hot-loader": "^4.3.4",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2"
}
}