themer/web/package.json
2018-12-11 06:40:14 -07:00

37 lines
843 B
JSON

{
"name": "web",
"version": "0.1.0",
"private": true,
"dependencies": {
"color": "^3.1.0",
"color-steps": "^1.0.1",
"history": "^4.7.2",
"lodash": "^4.17.11",
"qs": "^6.5.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-scripts": "2.0.4",
"reset.css": "^2.0.2",
"themer-wallpaper-block-wave": "^3.0.3",
"themer-wallpaper-octagon": "^3.0.3",
"themer-wallpaper-shirts": "^1.0.3",
"themer-wallpaper-triangles": "^2.0.7",
"themer-wallpaper-trianglify": "^1.0.4"
},
"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"
]
}