themer/web/package.json

78 lines
2.2 KiB
JSON
Raw Normal View History

2018-10-13 15:59:57 +00:00
{
"name": "web",
"version": "0.1.0",
"private": true,
"dependencies": {
"color": "^3.1.0",
"color-steps": "^1.0.1",
2018-12-27 22:30:15 +00:00
"file-saver": "^2.0.0",
"history": "^4.7.2",
2018-12-27 22:30:15 +00:00
"jszip": "^3.1.5",
"lodash": "^4.17.11",
2019-02-27 02:22:28 +00:00
"numeral": "^2.0.6",
"qs": "^6.5.2",
2019-03-01 13:46:29 +00:00
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-scripts": "3.3.1",
2018-12-11 13:40:14 +00:00
"reset.css": "^2.0.2",
2018-12-27 22:30:15 +00:00
"themer": "^3.1.6",
"themer-alfred": "^1.0.9",
"themer-atom-syntax": "^2.0.2",
"themer-atom-ui": "^1.0.5",
"themer-bbedit": "^1.0.5",
2019-04-03 12:16:58 +00:00
"themer-brave": "^1.0.0",
2018-12-27 22:30:15 +00:00
"themer-chrome": "^1.0.6",
"themer-cmd": "^1.0.6",
2018-12-19 03:57:42 +00:00
"themer-colors-default": "^1.0.10",
"themer-colors-finger-paint": "^2.0.0",
"themer-colors-github-universe": "^2.0.0",
"themer-colors-lucid": "^1.0.3",
2019-03-29 05:07:23 +00:00
"themer-colors-mojave": "^1.0.0",
2018-12-19 03:57:42 +00:00
"themer-colors-monkey": "^2.0.0",
"themer-colors-night-sky": "^2.0.0",
"themer-colors-nova": "^1.0.3",
"themer-colors-one": "^1.0.8",
"themer-colors-polar-ice": "^2.0.0",
"themer-colors-right-in-the-teals": "^1.0.0",
2019-06-21 12:16:56 +00:00
"themer-colors-rivet": "^1.0.0",
2018-12-19 03:57:42 +00:00
"themer-colors-solarized": "^1.0.3",
2018-12-27 22:30:15 +00:00
"themer-conemu": "^1.0.5",
"themer-gnome-terminal": "^1.0.1",
"themer-hyper": "^3.0.2",
"themer-iterm": "^2.0.2",
"themer-jetbrains": "^1.0.1",
"themer-kitty": "^1.0.1",
2019-08-05 12:41:33 +00:00
"themer-prism": "^1.0.0",
2018-12-27 22:30:15 +00:00
"themer-sketch-palettes": "^1.0.3",
"themer-slack": "^2.0.2",
"themer-sublime-text": "^2.0.2",
"themer-termite": "^1.0.1",
"themer-tmux": "^1.0.4",
"themer-vim": "^3.0.2",
"themer-vim-lightline": "^3.0.2",
"themer-vscode": "^2.1.1",
2018-12-11 13:40:14 +00:00
"themer-wallpaper-block-wave": "^3.0.3",
2020-02-10 12:52:39 +00:00
"themer-wallpaper-diamonds": "^1.0.0",
2018-12-11 13:40:14 +00:00
"themer-wallpaper-octagon": "^3.0.3",
"themer-wallpaper-shirts": "^1.0.3",
"themer-wallpaper-triangles": "^2.0.7",
2018-12-27 22:30:15 +00:00
"themer-wallpaper-trianglify": "^1.0.4",
"themer-xcode": "^2.0.5"
2018-10-13 15:59:57 +00:00
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}